wrap-cli
wrap-cli copied to clipboard
Used to create, build, and integrate wraps.
Reference developer experience described here: https://github.com/polywrap/toolchain/issues/1703 Blocked: #1705
Currently we have a JS version of this here: https://github.com/polywrap/uniswap/tree/main/v3/sdks/js Blocked by: #1706 Reference: #1704 We should published this to crates.io as `uniswap_v3_sdk`.
Currently we have this here: https://github.com/polywrap/uniswap/tree/main/v3/sdks/js Once issue #1703 is done, we should published this to NPM as `uniswap-v3-sdk`
For Polywrap imports, currently there's no differentiation between dynamic URIs (ex: ENS domains), and static URIs (ex: IPFS CIDs). The usage of dynamic URIs can presents problems, since the underlying...
**Describe the bug** Currently, we only have a flag to resolve URI for both calling and resgistered interfaces simultaneously but we should have them separately to give more fin-grained control...
**Is your feature request related to a problem? Please describe.** Currently, we don't have the ability to add comments to workflow files. **Describe the solution you'd like** Let's add comments!...
Verify the IPFS contenthash of downloaded wrappers and wrap package files.
* Application caches (browser localstorage, etc) * Toolchain system caches (per-project + global) (ref: cargo)
- [x] Request synchronizer resolver - ENS multi-call - Other