mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-08 08:53:12 +00:00
Merge c1bbfb08bf5b26ee5eb4e8a2d71a19be3098e16e into eb847fdb802ee424e8ecd4ed5636cd176c9adf7e
This commit is contained in:
commit
7362c3b798
11
README.md
11
README.md
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user