bernardoaraujor / waku-rs

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

A similar project which could maybe be merged together with this one #4

Open ameba23 opened 5 months ago

ameba23 commented 5 months ago

For anyone interested here is a link to another WIP implementation of Waku in rust.

It is behind this one in that it does not have the relay / gossipsub stuff, only the light node protocols. But it uses a more up-to-date version of libp2p and the latest versions of waku protocol messages.

https://github.com/LesnyRumcajs/waku-oxidized

It would be amazing if someone wanted to take these further to have a fully working waku implementation in rust

bernardoaraujor commented 5 months ago

hey @ameba23 thanks for your interest on this repo.

I'm no longer working on it, but I'd highly encourage anyone to take this torch and run with with!