Package Exports
- @wormhole-foundation/sdk-cosmwasm
- @wormhole-foundation/sdk-cosmwasm/dist/cjs/index.js
- @wormhole-foundation/sdk-cosmwasm/dist/esm/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@wormhole-foundation/sdk-cosmwasm) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Cosmwasm
Stuff that idk what to do about yet
RPC
Right now, getRpc on the Platform
type is sync, but the cosmjs client connect
method is async. what do?
Addresses
Contract addresses are 32 bytes
"Regular" addresses are 20 bytes
Each chain has its own special prefix
Transfers into cosmos
Some knowledge of cosmos payload format is required to format the message correctly. This is somewhat similar to the need to understand Solana ATAs for transferring to Solana.
Transfers between cosmos chains
No attestation will be created since no VAA is created so fetchAttestation
is a noop?