mirror of https://github.com/waku-org/nwaku.git
e493c84b2a
* 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 |
||
---|---|---|
.. | ||
v1 | ||
v2 | ||
README.md |
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