wormhole/sdk
bruce-riley 44d6bf84fc
Deploy Unichain testnet (#4134)
* Deploy Unichain testnet

* Add snaxchain to proto
2024-10-10 11:01:08 -05:00
..
js ethereum: rm truffle 2024-08-20 16:30:34 -06:00
js-proto-node
js-proto-web
js-query Node/CCQ: Add rate limiting to proxy (#4080) 2024-08-19 15:16:17 -05:00
js-wasm
rust sdk,cosmwasm: fix new clippy 1.78.0 lints (#3925) 2024-05-02 20:38:55 +01:00
vaa Deploy Unichain testnet (#4134) 2024-10-10 11:01:08 -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
go.sum
mainnet_consts.go go-sdk: Add xLabs public RPC 2024-09-26 11:30:38 -06:00
p2p_consts.go
testnet_consts.go Deploy Unichain testnet (#4134) 2024-10-10 11:01:08 -05: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.