bernardoaraujor / waku-rs

Rust implementation of Waku v2 (f.k.a. Whisper)
Other
17 stars 0 forks source link

waku-rs

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.

⚠️ warning⚠️

This is a very early experimental project, don't create any expectations based on it. It has no official affiliation with VAC nor Status.

requirements

In order to compile waku-rs, you need protoc on your path. On Ubuntu:

$ sudo apt install -y protobuf-compiler