wormhole/sdk
Paul Noel 0f7ddda602
Optimism testnet deploy (#1661)
* ethereum: add optimism testnet

* sdk/js: add optimism testnet

* ethereum: put back network id

* Revert "ethereum: put back network id"

This reverts commit 71f68c50d2.

* ethereum: put back network id

* ethereum: file cleanup
2022-09-30 17:38:08 -04:00
..
js Optimism testnet deploy (#1661) 2022-09-30 17:38:08 -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 node: eth publish immediately (#1664) 2022-09-30 11:03:01 -05:00
README.md Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
devnet_consts.go Add a wormhole go sdk 2022-09-15 14:35:46 +01: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 Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
testnet_consts.go Add a wormhole go sdk 2022-09-15 14:35:46 +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.