From f399fe00f486335a22c918ba8f6e4615e09c8adc Mon Sep 17 00:00:00 2001 From: kalloc Date: Thu, 20 Apr 2023 12:07:24 +0300 Subject: [PATCH] fix: fix links to examples and waku v2 spec --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a87fad3e..a3caea39 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # go-waku -A Go implementation of the [Waku v2 protocol](https://specs.vac.dev/specs/waku/v2/waku-v2). +A Go implementation of the [Waku v2 protocol](https://rfc.vac.dev/spec/10). +

@@ -79,12 +80,12 @@ make mobile-ios ## Examples Examples of usage of go-waku as a library can be found in the `examples/` folder: -- [**basic2**](tree/master/examples/basic2) - demonstrates how to send and receive messages -- [**chat2**](tree/master/examples/chat2) - simple chat client using waku relay / lightpush + filter / store protocol to send/receive messages and retrieve message history -- [**filter2**](tree/master/examples/filter2) - demonstrates how to use filter protocol -- [**c-bindings**](tree/master/examples/c-bindings) - simple program to demonstrate how to consume the go-waku library via C FFI -- [**waku-csharp**](tree/master/examples/csharp) - C# console application that uses the go-waku library via FFI -- [**android-kotlin**](tree/master/examples/android-kotlin) - android app that uses a .jar generated by gomobile using kotlin +- [**basic2**](examples/basic2) - demonstrates how to send and receive messages +- [**chat2**](examples/chat2) - simple chat client using waku relay / lightpush + filter / store protocol to send/receive messages and retrieve message history +- [**filter2**](examples/filter2) - demonstrates how to use filter protocol +- [**c-bindings**](examples/c-bindings) - simple program to demonstrate how to consume the go-waku library via C FFI +- [**waku-csharp**](examples/waku-csharp) - C# console application that uses the go-waku library via FFI +- [**android-kotlin**](examples/android-kotlin) - android app that uses a .jar generated by gomobile using kotlin ## Contribution