mirror of https://github.com/waku-org/nwaku.git
13 lines
180 B
Markdown
13 lines
180 B
Markdown
|
# libwaku
|
||
|
|
||
|
Exposes a C API that can be used by other environments other than C.
|
||
|
|
||
|
## Running
|
||
|
|
||
|
Make sure you run `$PROJECTDIR/env.sh bash` first. Then:
|
||
|
|
||
|
```
|
||
|
./build.sh
|
||
|
./libwaku
|
||
|
```
|