Go wrapper for running nim-waku as a subprocess.
Go to file
Oskar Thoren d2acc341e7
Refactor json rpc separate methods
2021-06-10 16:11:19 +08:00
examples/chat2 Remove other node refs in chat2, make compile 2021-06-09 15:47:03 +08:00
go-waku Move go-waku to subdir 2021-06-09 14:49:22 +08:00
nwaku Refactor json rpc separate methods 2021-06-10 16:11:19 +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

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