nwaku/waku/node
Oskar Thorén e493c84b2a
Add basic example usage for Waku v2 (#52)
* Make Waku node async and gcsafe, hacky

...but the nimbus people are doing it!

* Add skeleton example usage

* Rename example to basic2 and add to Makefile

* Sketch out basic example and qualify imports etc

Loading config to start with.

Quite messy with imports/ambiguous identifiers/qualified names. Probably a
better way with exports (hide implementation details) and fully qualified names
by default?

* Example usage run, public run function

* Sketch out API usage

* Example basic RPC client usage

* waitFor run to compile

* Remove run and gsync markers; adjust example
2020-07-20 12:40:35 +08:00
..
v1 Bump vendor, fix builds and add v2 to CI (#45) 2020-07-13 12:08:03 +02:00
v2 Add basic example usage for Waku v2 (#52) 2020-07-20 12:40:35 +08:00
README.md Add back metrics and grafana server under insecure flag 2020-07-07 10:43:46 +08:00

README.md

Waku Node

This folder contains Waku node implementations and simulations.

Currently,

  • v1 contains the implementation according to Waku specification v1.
  • v2 is experimental development with Waku build on top of libp2p.

Run simulation

To get metrics server, etc.

make NIMFLAGS="-d:insecure" wakusim2