wrap-cli icon indicating copy to clipboard operation
wrap-cli copied to clipboard

Used to create, build, and integrate wraps.

Results 238 wrap-cli issues
Sort by recently updated
recently updated
newest added

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...

type: feature-proposal

**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...

type: feature-proposal

**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...

type: bug

Some UX suggestions: * `polywrap embed`? * `polywrap codegen` + `dep.embed = true`?

type: story

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...

type: bug

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