79657d4392
* Node: Rename Hyperliquid to HyperEVM * Add registration VAA |
||
---|---|---|
.. | ||
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/: Legacy JavaScript SDK (Deprecated and Unsupported)
- Please use the new Wormhole TypeScript SDK instead:
@wormhole-foundation/sdk
- Please use the new Wormhole TypeScript SDK instead:
- js-proto-node/: NodeJS client protobuf.
- js-proto-web/: Web client protobuf.
- js-wasm/: WebAssembly libraries.
- rust/: Rust SDK.