* sdk/js: Remove Solana WASM Dependencies * sdk/js: Uptick @solana/web3.js and @solana/spl-token versions * solana: Add IDLs for Wormhole, Token Bridge and NFT Bridge * sdk/js: Remove Solana WASM to Use IDL Coders * sdk/js: Remove src/migration * sdk/js: Add CPI Account Getters * testing: Add solana-test-validator SDK tests * sdk/js: add CHANGELOG.md * sdk/js: remove await * sdk/js: fix getIsTransferCompletedAptos * sdk/js: aptos integration test waits for tx * sdk/js: remove commented out code * sdk/js: fix inferred type Co-authored-by: A5 Pickle <a5-pickle@users.noreply.github.com> Co-authored-by: Evan Gray <battledingo@gmail.com> |
||
---|---|---|
.. | ||
js | ||
js-proto-node | ||
js-proto-web | ||
js-wasm | ||
rust | ||
vaa | ||
README.md | ||
devnet_consts.go | ||
go.mod | ||
go.sum | ||
mainnet_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
gitub.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.