a46bccaa9b
* sui: upgrade to mainnet-1.19.1 * sui: update Dockerfile.base * sui: update tilt deployment to support new sui binary * sui: remove faucet and simplify tilt deploy script * sui: add script for switching Move.toml files between networks * devnet: update sui addresses, regen config --------- Co-authored-by: Evan Gray <battledingo@gmail.com> |
||
---|---|---|
.. | ||
js | ||
js-proto-node | ||
js-proto-web | ||
js-query | ||
js-wasm | ||
rust | ||
vaa | ||
README.md | ||
devnet_consts.go | ||
go.mod | ||
go.sum | ||
mainnet_consts.go | ||
p2p_consts.go | ||
testnet_consts.go |
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.