wrap-cli
wrap-cli copied to clipboard
Used to create, build, and integrate wraps.
Add a list of runnable examples to the documentation manifest. - Extending `polywrap.test.yaml` with a `description` field for the `Step` object seems like a good starting point - The documentation...
**Is your feature request related to a problem? Please describe.** Currently fetching IPFS files is done through a vanilla HTTP / gateway setup. We've since learned that there exists a...
**Is your feature request related to a problem? Please describe.** Currently we use IPLD v0 CIDs everywhere (`QmHASH`), but we've learned that these are not optimized for small file retrieval....
**Describe the bug** The `.polywrap/` directory used by the CLI does not properly represent itself as a "cache directory". To do this using an existing internet custom (used by projects...
The only current implementation of IWrapperCache is WrapperCache; a basic in memory cache. Other implementations of IWrapperCache could prove very useful. Some examples include: - browser localstorage cache - desktop...
**Describe the bug** Currently our codegen for JS is not very user friendly to JS-native developers. This is because we define types using Polywrap-specific schema naming conventions. Consider the following...
**Describe the bug** When I try to invoke a wrapper using ENS text record using the browser, it just stays loading forever, not showing any errors **Please provide the steps...
**Is your feature request related to a problem? Please describe.** Let's say I change the ethereum provider interface URI to acknowledge a new minor or patch release: ``` ens/wraps.eth:[email protected] -->...