chore: adding link to example-go-bindings repo in readme

This commit is contained in:
Gabriel mermelstein 2025-03-25 02:12:06 +02:00
parent 6f95d51df4
commit ec00bc6a63
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D

View File

@ -45,3 +45,7 @@ buildlib:
sudo chown $(USER) third_party &&\
make -C waku
```
## Example Usage
For an example on how to use this package, please take a look at our [example-go-bindings](https://github.com/gabrielmer/example-waku-go-bindings) repo