Update gitignore and README

This commit is contained in:
Oskar Thoren 2021-06-09 14:37:57 +08:00
parent 47b20ee907
commit 57e2ce43c9
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
2 changed files with 10 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
.DS_Store
.idea
*.log
tmp/
bin/wakunode2

View File

@ -6,3 +6,7 @@ Go wrapper for running nim-waku as a subprocess.
1. Provide a friendly interface to use Waku for Go environments.
2. More wood behind fewer arrows; promote code reuse.
## Running
- (Temp) Ensure you have `wakunode2` nim-waku in the `bin` directory