wormhole/sdk
bruce-riley 95fd892bec
Node: Support for EVM watcher safe blocks (#1727)
* Node: Support for EVM watcher safe blocks

* Fix merge error

* Add check of publishSafeBlocks if not useFinalized
2022-11-28 07:55:35 -06:00
..
js sdk/js: added vaa repair script to utils (#1935) 2022-11-23 10:24:06 -06:00
js-proto-node sdk/js - include nonce in GetSignedBatchVAA call 2022-11-11 13:36:27 -05:00
js-proto-web sdk/js - include nonce in GetSignedBatchVAA call 2022-11-11 13:36:27 -05:00
js-wasm Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
rust sdk/rust: Fix clippy warnings 2022-10-28 14:35:44 -04:00
vaa Node: Support for EVM watcher safe blocks (#1727) 2022-11-28 07:55:35 -06: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 WH-1934: upgrade golang to 1.19 (#1941) 2022-11-28 07:48:27 -06:00
go.sum Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
mainnet_consts.go Optimism mainnet deploy (#1869) 2022-11-10 13:56:38 -06:00
testnet_consts.go Optimism mainnet deploy (#1869) 2022-11-10 13:56:38 -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.