wormhole/sdk
derpy-duck 9b9c5eac5a
sdk: improvements for relayer status function (#3157)
* sdk: improvements for relayer status function

* Fix boolean

* Remove clients/js changes

* Remove file

* RPC change for bsc

* sdk change

* Remove info comments - add newline

* sdk: improvements for relayer status function

* Fix boolean

* Remove clients/js changes

* Remove file

* RPC change for bsc

* sdk change

* Remove info comments - add newline

* Prettier
2023-06-30 14:13:36 -04:00
..
js sdk: improvements for relayer status function (#3157) 2023-06-30 14:13:36 -04:00
js-proto-node
js-proto-web rename dev.v2 to main 2022-11-29 10:43:07 -05:00
js-wasm
rust sdk: add new governance VAA for IbcReceiverUpdateChainConnection (#2590) 2023-05-12 06:11:21 -04:00
vaa Relayer: Generic Relayer Guardian Changes for Merging into Main (#3041) 2023-06-14 10:27:00 -04:00
README.md
devnet_consts.go tilt: algorand changes for 3.16.2 (#3114) 2023-06-28 11:37:41 -04:00
go.mod
go.sum
mainnet_consts.go Node/SDK: Mainnet Sei deploy (#2969) 2023-05-23 17:14:26 -05:00
p2p_consts.go
testnet_consts.go Scripts: For upgrading testnet (#2984) 2023-05-26 08:29:14 -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.