Merge e0a749b3ec9324e0a263059f089ec0d3027b10e7 into f40bcd7e797881dfccfa57fb70ba58e7dd3cf560

This commit is contained in:
Jazz Turner-Baggs 2025-12-10 16:23:45 +05:30 committed by GitHub
commit b6626a048b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,7 +93,7 @@ make mobile-ios
## Examples
Examples of usage of go-waku as a library can be found in the `examples/` folder:
- [**basic2**](examples/basic2) - demonstrates how to send and receive messages
- [**basic_relay**](examples/basic-relay) - 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