A pub-sub-collect system built on libp2p.
go get github.com/daotl/go-libp2p-collect
And add the following line to your go.mod
:
replace github.com/libp2p/go-libp2p-pubsub => github.com/daotl/go-libp2p-pubsub {{VERSION}}
To be used for messaging and data collection in p2p infrastructure (as part of libp2p) such as IPFS, Ethereum, other blockchains, etc.
See the API documentation.
Contributions welcome. Please check out the issues.
Small note: If editing the README, please conform to the standard-readme specification.
Copyright (c) 2020 DAOT Labs. All rights reserved.