mirror of
https://github.com/status-im/go-waku.git
synced 2025-02-27 04:20:42 +00:00
fix: fix links to examples and waku v2 spec
This commit is contained in:
parent
68b615a87e
commit
f399fe00f4
15
README.md
15
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).
|
||||
|
||||
|
||||
<p align="left">
|
||||
<a href="https://goreportcard.com/report/github.com/waku-org/go-waku"><img src="https://goreportcard.com/badge/github.com/waku-org/go-waku" /></a>
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user