Closed gabrielmer closed 1 month ago
Updating the golang example with the the newly exposed procedures.
For consistency, copy-pasted the definitions from status-go, which implies the change of some variable names.
In nwaku's root directory, build libwaku and run the example with the following commands
make libwaku cd examples/golang/ go run waku.go
Description
Updating the golang example with the the newly exposed procedures.
For consistency, copy-pasted the definitions from status-go, which implies the change of some variable names.
Changes
How to test
In nwaku's root directory, build libwaku and run the example with the following commands