0xksure a9e04dbbd9 sdk/js: make explicit types for transferPayloads (#3111) 2 年之前
..
js a9e04dbbd9 sdk/js: make explicit types for transferPayloads (#3111) 2 年之前
js-proto-node ff186e441a rename dev.v2 to main 3 年之前
js-proto-web ff186e441a rename dev.v2 to main 3 年之前
js-wasm ff186e441a rename dev.v2 to main 3 年之前
rust ee7d0765f9 sdk: add new governance VAA for IbcReceiverUpdateChainConnection (#2590) 2 年之前
vaa 3c0fecc3fa Relayer: Generic Relayer Guardian Changes for Merging into Main (#3041) 2 年之前
README.md 12459c4a2a Add a wormhole go sdk 3 年之前
devnet_consts.go fd37be7199 tilt: algorand changes for 3.16.2 (#3114) 2 年之前
go.mod d9d5481092 node: update golang to 1.20 from 1.19 2 年之前
go.sum b35480f966 accountant: address review comments for modify governance vaa 2 年之前
mainnet_consts.go f5b96ecb4e Node/SDK: Mainnet Sei deploy (#2969) 2 年之前
p2p_consts.go 63a5654c02 wormchain: add admin-sign command to continue wormchain validator enrollment 3 年之前
testnet_consts.go 1514d7cd79 Scripts: For upgrading testnet (#2984) 2 年之前

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.