wormhole/sdk
Chirantan Ekbote e05176c9be sdk/rust: Remove `expiration_time` from `GuardianSetInfo`
This field doesn't actually appear in `GuardianSetUpgrade` governance
messages and was already being skipped by serde so just remove it
completely.  Contracts that need to keep track of this information can
encapsulate the `GuardianSetInfo` inside another struct that has an
`expiration_time` field.
2023-01-04 16:17:14 +09:00
..
js sdk/js: 0.9.8 version bump 2022-12-22 12:57:20 -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-wasm rename dev.v2 to main 2022-11-29 10:43:07 -05:00
rust sdk/rust: Remove `expiration_time` from `GuardianSetInfo` 2023-01-04 16:17:14 +09:00
vaa sdk: tests for vaa.UnmarshalBody() 2023-01-03 09:59:56 -05:00
README.md Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
devnet_consts.go Wormhole chain integration 2022-10-03 17:34:42 +09:00
go.mod WH-1934: upgrade golang to 1.19 (#1941) 2022-11-28 07:48:27 -06:00
go.sum Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
mainnet_consts.go node: Injective mainnet support (#2084) 2022-12-07 13:43:44 -06: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 node: Injective mainnet support (#2084) 2022-12-07 13:43:44 -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.