wormhole/sdk
Kevin Peters 88bdf0d978 sdk/js: Version 0.7.2, added Xpla support 2022-10-12 17:36:48 -04:00
..
js sdk/js: Version 0.7.2, added Xpla support 2022-10-12 17:36:48 -04:00
js-proto-node Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
js-proto-web Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
js-wasm Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
rust Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
vaa node: XPLA watcher (#1676) 2022-10-05 08:05:31 -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 Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
go.sum Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
mainnet_consts.go XPLA Mainnet Deploy (#1703) 2022-10-12 16:47:03 -04:00
testnet_consts.go XPLA Mainnet Deploy (#1703) 2022-10-12 16:47:03 -04: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.