Evan Gray cdc23d152a sdk/js-query: add signaturesToSolanaArray util 1 an în urmă
..
js 7035dd74c1 Deploy Gnosis Chiado Testnet (#3987) 1 an în urmă
js-proto-node 506a15f1d1 sdk: proto bump 2 ani în urmă
js-proto-web 506a15f1d1 sdk: proto bump 2 ani în urmă
js-query cdc23d152a sdk/js-query: add signaturesToSolanaArray util 1 an în urmă
js-wasm ff186e441a rename dev.v2 to main 3 ani în urmă
rust 0f3ffe705f sdk,cosmwasm: fix new clippy 1.78.0 lints (#3925) 1 an în urmă
vaa a4aad23507 Node: Add adminserver command to generate template for accountant modify balance (#3905) 1 an în urmă
README.md b175dd43c8 docs: quit the spelling spam typo fix PRs with cspell magic (#3845) 1 an în urmă
devnet_consts.go 24cc3b528c ci: evm relayer address fix 1 an în urmă
go.mod 3337783c6d wormchain: add ibc-composability-mw to gateway (#3273) 2 ani în urmă
go.sum 3337783c6d wormchain: add ibc-composability-mw to gateway (#3273) 2 ani în urmă
mainnet_consts.go a9393500a1 node,sdk: Mantle mainnet 1 an în urmă
p2p_consts.go 63a5654c02 wormchain: add admin-sign command to continue wormchain validator enrollment 3 ani în urmă
testnet_consts.go 005c649018 eth,node,sdk: XLayer, Linea and Berachain to testnet (#3871) 1 an în urmă

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/: Javascript SDK.
  • js-proto-node/: NodeJS client protobuf.
  • js-proto-web/: Web client protobuf.
  • js-wasm/: WebAssembly libraries.
  • rust/: Rust SDK.