Merge c1bbfb08bf5b26ee5eb4e8a2d71a19be3098e16e into eb847fdb802ee424e8ecd4ed5636cd176c9adf7e

This commit is contained in:
Prem Chaitanya Prathi 2025-12-16 18:16:55 +05:30 committed by GitHub
commit 7362c3b798
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,17 @@
Rust layer on top of [`logos-messaging-nim`](https://github.com/logos-messaging/logos-messaging-nim) [C FFI bindings](https://github.com/logos-messaging/logos-messaging-nim/blob/master/library/libwaku.h).
# 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