mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-02 14:03:12 +00:00
1.5 KiB
1.5 KiB
Waku Rust bindings
Rust layer on top of go-waku C FFI bindings.
How to build and run the toy-chat example
-
After cloning the repo run
git submodule update --init --recursiveto init all submodules. -
Run the command
cargo buildto build the bindings -
To run the toy-chat example
cd examples/toy-chat cargo run <name>
About Waku
Waku is a family of robust and censorship-resistant communication protocols enabling privacy-focused messaging for Web3 applications.
Private. Secure. Runs anywhere.
Read the Waku docs