Prem Chaitanya Prathi c1bbfb08bf
Update README.md
Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
2025-09-13 06:18:57 +05:30
2023-05-12 15:13:18 +02:00
2023-07-13 18:33:24 -04:00
2022-09-21 16:09:32 +02:00
2023-07-13 18:33:24 -04:00
2022-11-02 08:21:15 -07:00
2025-09-13 06:18:57 +05:30

Waku Rust bindings

Crates.io Documentation Build Status Codecov Status

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 --recursive to init all submodules.

  • Run the command cargo build to 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

Description
Rust wrapper over nwaku ffi
Readme
Languages
Rust 99.6%
C 0.4%