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 |
||
---|---|---|
.. | ||
rpc | ||
README.md | ||
config.nim | ||
nim.cfg | ||
quicksim2.nim | ||
start_network2.nim | ||
waku_types.nim | ||
wakunode2.nim |
README.md
Waku node v2
Status: pre-alpha
Right now a hacky PoC for running on libp2p.