You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Simple module to parse a list of bootstrap peers list, attempt to connect to them and return which ones are reachable and valid, so that we can populate our DHT initially. This process is known on the P2P literature as Railing
How you can help
Write tests to 100% coverage
Add CI
The text was updated successfully, but these errors were encountered:
N.b you can't read from a browser reaable stream repeatedly as the
first call to `stream.getReader` locks the reader to the first
invocation so I had to change all the test data to be functions
that reutrn a new instance of the data.
node-ipfs-railing
https://github.com/diasdavid/node-ipfs-railing
Simple module to parse a list of bootstrap peers list, attempt to connect to them and return which ones are reachable and valid, so that we can populate our DHT initially. This process is known on the P2P literature as Railing
How you can help
The text was updated successfully, but these errors were encountered: