Update done

This commit is contained in:
Oskar Thoren 2021-06-11 18:19:05 +08:00
parent ecaf33313b
commit bc97f34779
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 9 additions and 6 deletions

View File

@ -19,12 +19,15 @@ JSON RPC spec that nim-waku exposes: https://rfc.vac.dev/spec/16/
## API calls used by chat2
- DialPeer
- AddStorePeer
x Query
x Subscribe
x Publish
- ListPeers
- [x] Query
- [x] Subscribe (subscribe+poll)
- [x] Publish
Peer management can be done by command line interface instead:
- [] DialPeer
- [] AddStorePeer
- [] ListPeers
## Caveats