From 9ed9f7a19edcea805b9d61487675f0388728cb47 Mon Sep 17 00:00:00 2001 From: Prem Chaitanya Prathi Date: Tue, 26 Sep 2023 11:41:02 +0530 Subject: [PATCH 1/2] chore:add instructions to run toy-chat --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c5f047a..62dd095 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,17 @@ Rust layer on top of [`go-waku`](https://github.com/waku-org/go-waku) [C FFI bindings](https://github.com/waku-org/go-waku/blob/master/library/README.md). +# How to build and run the toy-chat example + +1. After cloning the repo run `git submodule update --init --recursive` to init all submodules. +3. Run the command `cargo build` to build the bindings +4. To run the toy-chat example + + ``` + cd examples/toy-chat + cargo run + ``` + ## About Waku From c1bbfb08bf5b26ee5eb4e8a2d71a19be3098e16e Mon Sep 17 00:00:00 2001 From: Prem Chaitanya Prathi Date: Sat, 13 Sep 2025 06:18:57 +0530 Subject: [PATCH 2/2] Update README.md Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62dd095..4dabf94 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ Rust layer on top of [`go-waku`](https://github.com/waku-org/go-waku) [C FFI bin # How to build and run the toy-chat example -1. After cloning the repo run `git submodule update --init --recursive` to init all submodules. -3. Run the command `cargo build` to build the bindings -4. To 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