Skip to content

bernardoaraujor/waku-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rust implementation of Waku v2 (f.k.a. Whisper)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages