项目作者: RTradeLtd

项目描述 :
bootstrap helpers for go-libp2p
高级语言: Go
项目地址: git://github.com/RTradeLtd/bootstrap.git
创建时间: 2019-06-20T07:14:02Z
项目社区:https://github.com/RTradeLtd/bootstrap

开源协议:Apache License 2.0

下载


bootstrap

codecov

bootstrap provides helpers for bootstrapping libp2p hosts. It supports bootstrapping off the default libp2p bootstrap peers from ipfs/go-ipfs-config combined with the Temporal production IPFS nodes. Additionally it supports a DynamicBootstrap method to be used in-combination with a persistent peerstore to enable a “decentralized boostrapping” method that isn’t reliant on pre-existing hosts.

The Bootstrap and DefaultBootstrapPeers are modified versions of those contained in hsanjuan/ipfs-lite.