wormhole/sdk
Bruce Riley 092cbfcc62 Deploy Snaxchain mainnet 2024-08-16 13:44:23 -04:00
..
js Deploy Snaxchain mainnet 2024-08-16 13:44:23 -04:00
js-proto-node sdk: proto bump 2023-11-28 12:38:48 -05:00
js-proto-web sdk: proto bump 2023-11-28 12:38:48 -05:00
js-query CI: query-sdk-ci fails intermittently (#4046) 2024-08-01 11:03:17 -05:00
js-wasm rename dev.v2 to main 2022-11-29 10:43:07 -05:00
rust sdk,cosmwasm: fix new clippy 1.78.0 lints (#3925) 2024-05-02 20:38:55 +01:00
vaa Deploy Snaxchain to testnet (#4035) 2024-07-25 13:19:26 -05:00
README.md docs: quit the spelling spam typo fix PRs with cspell magic (#3845) 2024-03-20 15:40:02 -04:00
devnet_consts.go ci: evm relayer address fix 2024-06-07 12:19:13 -04:00
go.mod wormchain: add ibc-composability-mw to gateway (#3273) 2023-08-14 10:49:02 -04:00
go.sum wormchain: add ibc-composability-mw to gateway (#3273) 2023-08-14 10:49:02 -04:00
mainnet_consts.go Deploy Snaxchain mainnet 2024-08-16 13:44:23 -04:00
p2p_consts.go wormchain: add admin-sign command to continue wormchain validator enrollment 2022-11-30 09:23:19 -06:00
testnet_consts.go sdk: update karura testnet contracts and tokenBridgeVAA (#4055) 2024-08-02 14:22:55 -04:00

README.md

Wormhole Software Development Kit

This directory contains libraries in various languages for developing software that interacts with wormhole.

Directory Structure

  • sdk/: Go SDK. This package must live in this directory so that clients can use the github.com/wormhole-foundation/wormhole/sdk import path.
  • vaa/: Go package for using VAAs (Verifiable Action Approval).
  • js/: Javascript SDK.
  • js-proto-node/: NodeJS client protobuf.
  • js-proto-web/: Web client protobuf.
  • js-wasm/: WebAssembly libraries.
  • rust/: Rust SDK.