wormhole/sdk
Csongor Kiss 3c3de23501 node/admin: add generalised Solana call governance handler
handles governance requests of the form

```
current_set_index: 4
messages: {
  sequence: 4513077582118919631
  nonce: 2809988562
  solana_call: {
    chain_id: 3
    governance_contract: "3u8hJUVTA4jH1wYAyUur7FFZVQ8H635K3tSHHF4ssjQ5"
    encoded_instruction: "BEEFFACE"
  }
}
```
2024-04-22 21:46:15 +01:00
..
js Deploy SeiEVM Read Only to Testnet (#3889) 2024-04-19 11:01:58 -05:00
js-proto-node sdk: proto bump 2023-11-28 12:38:48 -05:00
js-proto-web sdk: proto bump 2023-11-28 12:38:48 -05:00
js-query ci: switch from ganache to anvil 2024-04-12 10:13:27 -04:00
js-wasm rename dev.v2 to main 2022-11-29 10:43:07 -05:00
rust node,sdk: add support for Provenance over IBC (#3879) 2024-04-16 12:21:21 -04:00
vaa node/admin: add generalised Solana call governance handler 2024-04-22 21:46:15 +01:00
README.md docs: quit the spelling spam typo fix PRs with cspell magic (#3845) 2024-03-20 15:40:02 -04:00
devnet_consts.go Upgrade sui packages and compiler to 1.19.1-mainnet (#3803) 2024-04-15 17:16:07 +01: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 NTT / Acct / Node: Guardian support (#3815) 2024-03-08 07:52:12 -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 eth,node,sdk: XLayer, Linea and Berachain to testnet (#3871) 2024-04-15 22:45:43 -04: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 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.