wormhole/sdk
bruce-riley 1ebfa4ae95
sdk/js: 0.7.1 version bump, xpla and neon testnet support (#1693)
2022-10-07 10:26:54 -05:00
..
js sdk/js: 0.7.1 version bump, xpla and neon testnet support (#1693) 2022-10-07 10:26:54 -05: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 Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
testnet_consts.go Update bridge addresses for Neon testnet (#1690) 2022-10-07 08:35:11 -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.