nwaku/waku/node/v2
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
..
rpc Bump vendor, fix builds and add v2 to CI (#45) 2020-07-13 12:08:03 +02:00
README.md Set up repo to make use of nimbus-build-system 2020-05-01 11:29:16 +02:00
config.nim Add basic example usage for Waku v2 (#52) 2020-07-20 12:40:35 +08:00
nim.cfg Adjust logs 2020-06-02 12:30:29 +08:00
quicksim2.nim Bump vendor, fix builds and add v2 to CI (#45) 2020-07-13 12:08:03 +02:00
start_network2.nim Bump vendor, fix builds and add v2 to CI (#45) 2020-07-13 12:08:03 +02:00
waku_types.nim Move out WakuProto to waku_types 2020-05-22 14:12:05 +08:00
wakunode2.nim Add basic example usage for Waku v2 (#52) 2020-07-20 12:40:35 +08:00

README.md

Waku node v2

Status: pre-alpha

Right now a hacky PoC for running on libp2p.