Waku is a p2p messaging protocol tailored for the web3, with origins in Ethereum's Whisper.
This Rust implementation is taking reference from the official specifications of Waku v2, as well as the Nim, JavaScript and Go implementations.
Check docs for more informataion.
This is a very early experimental project, don't create any expectations based on it. It has no official affiliation with VAC nor Status.
In order to compile waku-rs
, you need protoc
on your path. On Ubuntu:
$ sudo apt install -y protobuf-compiler