wrap-cli
wrap-cli copied to clipboard
Used to create, build, and integrate wraps.
I want to be able to import two modules with the `*` syntax. Example: ```graphql #import * from "ens/ethers.wraps.eth:[email protected]" #import * from "ens/ethers.wraps.eth:[email protected]" ``` If I do this the schema...
**Is your feature request related to a problem? Please describe.** Currently, we only generate bindings for de/serializing custom types defined in the GraphQL schema but we should also generate bindings...
**Describe the bug** The `value` property in `MapDefinition` is supposed to be a `GenericDefinition`. However, the WRAP manifest for the `map-type` test case has a `MapDefinition` with a `value` property...
Some UX suggestions: * `polywrap embed`? * `polywrap codegen` + `dep.embed = true`?
Currently, we have the templates inside of the toolchain; we should move this to their own repository
**Describe the bug** schema-parse: `tranformAbi` is modifying the original abi object **Please provide the steps to reproduce and if possible a minimal demo of the problem.** Run `transformAbi` function on...
Currently we have a JS version of this here: https://github.com/polywrap/uniswap/tree/main/v3/sdks/js Blocked by: #1709 Reference: #1704 We should published this to pypi.io as `uniswap-v3-sdk`.
Reference developer experience described here: https://github.com/polywrap/toolchain/issues/1703 Blocked: #1708