Pointers Deep Dive
Patterns for mapping CW assets/contracts to EVM via Pointer and querying via PointerView.
Mapping patterns
Use Pointer for ownership/actions; use PointerView for safe queries.
Identifiers
ERC721 ↔ CW721 | tokenId ↔ cw_token_id |
ERC1155 ↔ CW1155 | id ↔ cw_token_id |
Owner | EVM address ↔ bech32 address |
Examples
Troubleshooting
Last updated on