wormhole/sdk
Chirantan Ekbote 676d729e3a sdk/rust: Fix clippy warnings 2022-10-28 14:35:44 -04:00
..
js node: arbitrum mainnet deploy changes (#1786) 2022-10-27 14:50:01 -04:00
js-proto-node
js-proto-web
js-wasm
rust sdk/rust: Fix clippy warnings 2022-10-28 14:35:44 -04:00
vaa sdk/vaa: add verify function to vaa 2022-10-27 14:10:18 -04:00
README.md
devnet_consts.go Wormhole chain integration 2022-10-03 17:34:42 +09:00
go.mod
go.sum
mainnet_consts.go node: arbitrum mainnet deploy changes (#1786) 2022-10-27 14:50:01 -04:00
testnet_consts.go node: arbitrum mainnet deploy changes (#1786) 2022-10-27 14:50:01 -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.