1.6 KiB

Waku Rust bindings

Crates.io Documentation Build Status Codecov Status

Rust layer on top of logos-messaging-nim 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