https://github.com/rtradeltd/bootstrap
bootstrap helpers for go-libp2p
https://github.com/rtradeltd/bootstrap
bootstrap golang ipfs libp2p
Last synced: 2 months ago
JSON representation
bootstrap helpers for go-libp2p
- Host: GitHub
- URL: https://github.com/rtradeltd/bootstrap
- Owner: RTradeLtd
- License: apache-2.0
- Created: 2019-06-20T07:14:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T22:36:27.000Z (about 6 years ago)
- Last Synced: 2025-03-23T21:13:31.112Z (about 1 year ago)
- Topics: bootstrap, golang, ipfs, libp2p
- Language: Go
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bootstrap
[](https://codecov.io/gh/RTradeLtd/bootstrap)
`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`.