feat: add pubsub to libp2p

This commit is contained in:
David Dias
2018-02-14 11:30:36 +01:00
parent beeb36c10c
commit 0c543b7180
6 changed files with 168 additions and 3 deletions

3
src/error-messages.js Normal file
View File

@ -0,0 +1,3 @@
'use strict'
exports.NOT_STARTED_YET = 'The libp2p node is not started yet'