wormhole/sdk
bruce-riley db1ee86bfb
Deploy SeiEVM testnet (#4209)
* cli: arbitrary chain registration

* Deploy SeiEVM Testnet

---------

Co-authored-by: Evan Gray <battledingo@gmail.com>
2025-01-06 12:08:20 -06:00
..
js add deprecation warning to the top of SDK readme (#4142) 2024-10-23 13:41:54 -04:00
js-proto-node sdk: proto bump 2023-11-28 12:38:48 -05:00
js-proto-web sdk: proto bump 2023-11-28 12:38:48 -05:00
js-query tilt: solana-test-validator multi-platform support 2024-12-11 10:53:36 -05:00
js-wasm
rust fix clippy::needless-lifetimes warnings 2024-12-02 12:56:17 -05:00
vaa Node: Rename Hyperliquid to HyperEVM (#4199) 2024-12-19 12:17:42 -06:00
README.md add deprecation warning to the top of SDK readme (#4142) 2024-10-23 13:41:54 -04:00
devnet_consts.go ci: evm relayer address fix 2024-06-07 12:19:13 -04:00
go.mod wormchain: add ibc-composability-mw to gateway (#3273) 2023-08-14 10:49:02 -04:00
go.sum wormchain: add ibc-composability-mw to gateway (#3273) 2023-08-14 10:49:02 -04:00
mainnet_consts.go sdk: worldchain mainnet SR entry. (#4188) 2024-12-12 18:58:59 -05:00
p2p_consts.go
testnet_consts.go Deploy SeiEVM testnet (#4209) 2025-01-06 12:08:20 -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 github.com/wormhole-foundation/wormhole/sdk import path.
  • vaa/: Go package for using VAAs (Verifiable Action Approval).
  • js/: Legacy JavaScript SDK (Deprecated and Unsupported)
  • js-proto-node/: NodeJS client protobuf.
  • js-proto-web/: Web client protobuf.
  • js-wasm/: WebAssembly libraries.
  • rust/: Rust SDK.