wormhole/sdk
Chirantan Ekbote 421a030dca sdk/rust: Remove `*_with_payload` methods
The RawMessage type provides a more flexible way to handle trailing
payloads so replace all usage of the `*_with_payload` functions to use
`RawMessage` instead.

There should be no functional change.
2023-01-18 09:33:10 +09:00
..
js sdk: Add Aptos NFT bridge address (#2244) 2023-01-13 15:03:15 -06:00
js-proto-node
js-proto-web
js-wasm
rust sdk/rust: Remove `*_with_payload` methods 2023-01-18 09:33:10 +09:00
vaa sdk: tests for vaa.UnmarshalBody() 2023-01-03 09:59:56 -05:00
README.md
devnet_consts.go
go.mod
go.sum
mainnet_consts.go sdk: Add Aptos NFT bridge address (#2244) 2023-01-13 15:03:15 -06:00
p2p_consts.go
testnet_consts.go node: Injective mainnet support (#2084) 2022-12-07 13:43:44 -06: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.