Go wrapper for running nim-waku as a subprocess.
Go to file
Oskar Thoren e44e3414f2
chat2: Start to replace node with rpc client
2021-06-10 19:07:28 +08:00
examples/chat2 chat2: Start to replace node with rpc client 2021-06-10 19:07:28 +08:00
go-waku Move go-waku to subdir 2021-06-09 14:49:22 +08:00
nwaku Quit channel to ensure node cleaned up properly 2021-06-10 18:48:18 +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 Quit channel to ensure node cleaned up properly 2021-06-10 18:48:18 +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