wormhole-vaas

Crates.iowormhole-vaas
lib.rswormhole-vaas
version0.1.1
sourcesrc
created_at2023-07-19 18:56:02.077157
updated_at2023-08-15 22:17:11.679793
descriptionSerialization/deserialization of Wormhole VAAs
homepagehttps://github.com/wormhole-foundation/wormhole-sdk-rs
repositoryhttps://github.com/wormhole-foundation/wormhole-sdk-rs
max_upload_size
id920663
size64,765
A5 Pickle (a5-pickle)

documentation

README

Cool Things

  • configurable keccak backend

Features

  • serde - adds serde support to VAA types. Unlike previous iterations of the SDK, this support is for JSON only. We do not use serde for binary encoding/ decoding

  • anchor - enables the anchor-lang keccak256 backend

Solana development

Solana devs should turn off serde and on anchor.

For Solana applications use

  • $ cargo add wormhole-vaas --features anchor
Commit count: 50

cargo fmt