JSPM

@wormhole-foundation/sdk-cosmwasm

1.16.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4126
  • Score
    100M100P100Q126915F
  • License Apache-2.0

SDK for EVM chains, used in conjunction with @wormhole-foundation/sdk

Package Exports

  • @wormhole-foundation/sdk-cosmwasm
  • @wormhole-foundation/sdk-cosmwasm/address

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?