Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 874 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 874 Bytes

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