#wormhole #keccak256 #vaa #serde #anchor #back-end #keccak

wormhole-vaas

Serialization/deserialization of Wormhole VAAs

1 unstable release

0.1.1 Aug 15, 2023
0.1.0 Jul 19, 2023
0.0.15 Jul 26, 2023

#12 in #keccak256

Download history 21/week @ 2024-09-24 2/week @ 2024-10-01

126 downloads per month

Apache-2.0

65KB
2K SLoC

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

Dependencies

~4–15MB
~172K SLoC