wormhole/sdk
bruce-riley a2d09dad4b
Node: Base watcher support for testnet (#2424)
* Node: Base watcher support for testnet

* Add a comment

* Add base to rpc dump command
2023-02-23 18:37:35 -05:00
..
js sdk/js: bumped version to v0.9.11 2023-02-23 16:53:31 -05:00
js-proto-node rename dev.v2 to main 2022-11-29 10:43:07 -05:00
js-proto-web rename dev.v2 to main 2022-11-29 10:43:07 -05:00
js-wasm rename dev.v2 to main 2022-11-29 10:43:07 -05:00
rust accountant: minor cleanup 2023-02-16 18:03:47 -05:00
vaa Node: Base watcher support for testnet (#2424) 2023-02-23 18:37:35 -05:00
README.md Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
devnet_consts.go Wormhole chain integration 2022-10-03 17:34:42 +09:00
go.mod accountant: address review comments for modify governance vaa 2023-02-15 06:23:25 -08:00
go.sum accountant: address review comments for modify governance vaa 2023-02-15 06:23:25 -08:00
mainnet_consts.go sdk: Add Aptos NFT bridge address (#2244) 2023-01-13 15:03:15 -06: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 Node: Base watcher support for testnet (#2424) 2023-02-23 18:37:35 -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 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.