2021-06-09 06:34:17 +00:00
|
|
|
# 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.
|
2021-06-09 06:37:57 +00:00
|
|
|
|
|
|
|
## Running
|
|
|
|
|
|
|
|
- (Temp) Ensure you have `wakunode2` nim-waku in the `bin` directory
|