wormhole/sdk
Evan Gray 1911bac857 ci: quieter near-api-js 2022-10-27 10:41:20 -04:00
..
js ci: quieter near-api-js 2022-10-27 10:41:20 -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 sdk: do not require a payload in vaa Unmarshal 2022-10-26 07:12:21 -04: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 aptos/watcher: aptos and sui were missing from a bunch of spots 2022-10-15 15:17:36 +01:00
testnet_consts.go watcher: aptos testnet emitter is now 1 2022-10-16 20:29:09 +01: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.