wormhole/sdk
bruce-riley 3ba2a46671
CCQ/Node/EVM: Cache timestamps (#3491)
* NODE/EVM: Cache timestamps

* Code review rework

* Code review rework
2023-11-08 16:21:30 -06:00
..
js Deploy scroll to testnet (#3429) 2023-11-08 14:14:47 -06:00
js-proto-node rename dev.v2 to main 2022-11-29 10:43:07 -05:00
js-proto-web rename dev.v2 to main 2022-11-29 10:43:07 -05:00
js-query CCQ/Node/EVM: Cache timestamps (#3491) 2023-11-08 16:21:30 -06:00
js-wasm rename dev.v2 to main 2022-11-29 10:43:07 -05:00
rust Deploy scroll to testnet (#3429) 2023-11-08 14:14:47 -06:00
vaa Deploy scroll to testnet (#3429) 2023-11-08 14:14:47 -06:00
README.md Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
devnet_consts.go Node/Gateway: Relay attestations (#3350) 2023-09-07 14:11:15 -05: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 node: Gateway watcher support (#3275) 2023-08-14 11:13:20 -04:00
p2p_consts.go wormchain: add admin-sign command to continue wormchain validator enrollment 2022-11-30 09:23:19 -06:00
testnet_consts.go Deploy scroll to testnet (#3429) 2023-11-08 14:14:47 -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 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.