Bojan Angjelkoski 81d1f83f45 sdk/js: injective package bump (#2175) 2 жил өмнө
..
js 81d1f83f45 sdk/js: injective package bump (#2175) 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 b2ca522e73 sdk/rust: Add test with hardcoded digest 2 жил өмнө
vaa 5323453b81 node: add channel read/write type constraints (#1931) 2 жил өмнө
README.md 12459c4a2a Add a wormhole go sdk 3 жил өмнө
devnet_consts.go 7f4b0d1a09 Wormhole chain integration 3 жил өмнө
go.mod 091ee0877d WH-1934: upgrade golang to 1.19 (#1941) 3 жил өмнө
go.sum 12459c4a2a Add a wormhole go sdk 3 жил өмнө
mainnet_consts.go 3f61661051 sdk: Add Aptos NFT bridge address (#2244) 2 жил өмнө
p2p_consts.go 63a5654c02 wormchain: add admin-sign command to continue wormchain validator enrollment 3 жил өмнө
testnet_consts.go c94ad13c8c node: Injective mainnet support (#2084) 3 жил өмнө

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.