Go wrapper for running nim-waku as a subprocess.
Go to file
Oskar Thoren eb5a9d62d2
Disable fleet checks
Context timeouts, not directly used right now
2021-06-10 20:35:00 +08:00
examples/chat2 Disable fleet checks 2021-06-10 20:35:00 +08:00
go-waku Disable fleet checks 2021-06-10 20:35:00 +08:00
nwaku post waku relay message error handling 2021-06-10 20:34:39 +08:00
.gitignore Update go mod path and gitignore 2021-06-09 15:34:29 +08:00
README.md Add API calls to README 2021-06-09 15:48:17 +08:00
go.mod go mod use local nwaku 2021-06-10 18:31:14 +08:00
go.sum go mod use local nwaku 2021-06-10 18:31:14 +08:00
nwaku.go post waku relay message error handling 2021-06-10 20:34:39 +08:00

README.md

go-nwaku

Go wrapper for running nim-waku as a subprocess.

Rationale

  1. Provide a friendly interface to use Waku for Go environments.
  2. More wood behind fewer arrows; promote code reuse.

Direction

For similar projects, see: https://github.com/ethereum/py-geth

JSON RPC spec that nim-waku exposes: https://rfc.vac.dev/spec/16/

Running

  • (Temp) Ensure you have wakunode2 nim-waku in the bin directory

API calls used by chat2

  • DialPeer
  • AddStorePeer
  • Query
  • Subscribe
  • Publish
  • ListPeers