repositorypackage
0.10.1
Repository: https://github.com/daotl/go-libp2p-collect.git
Documentation: pkg.go.dev
# README
go-libp2p-collect
A pub-sub-collect system built on libp2p.
Repo Lead Maintainer
Table of Contents
Install
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}}
Usage
To be used for messaging and data collection in p2p infrastructure (as part of libp2p) such as IPFS, Ethereum, other blockchains, etc.
Documentation
See the API documentation.
Contribute
Contributions welcome. Please check out the issues.
Small note: If editing the README, please conform to the standard-readme specification.
License
Copyright (c) 2020 DAOT Labs. All rights reserved.