waku-org / nwaku

Waku node and protocol.
Other
201 stars 53 forks source link

chore: updating available procs in golang example #3137

Closed gabrielmer closed 1 month ago

gabrielmer commented 1 month ago

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

make libwaku
cd examples/golang/
go run waku.go