Update src/_blog/2023-07-rust-libp2p-based-ipfs-bootstrap-node.md

Co-authored-by: Marcin Rataj <lidel@lidel.org>
This commit is contained in:
Max Inden
2023-07-24 10:36:26 +02:00
committed by GitHub
parent 1094adfb65
commit c2179714e9
@@ -155,7 +155,7 @@ In case you want to learn more:
- Read up on the libp2p project https://libp2p.io/
- Explore the rust-libp2p implementation https://github.com/libp2p/rust-libp2p
- See the think rust-libp2p wrapper https://github.com/mxinden/rust-libp2p-server/
- Dive deeper into the details of this undertaking https://github.com/protocol/bifrost-infra/issues/2622
- Dive deeper into the [details of this undertaking](https://github.com/protocol/bifrost-infra/issues/2622)
- And lastly, the [weekly IPFS measurement reports](https://github.com/plprobelab/network-measurements/blob/master/reports/) are always a good read
A lot of this work was done by [@mcamou](https://github.com/mcamou) from the Protocol Labs Bifrost team. Mario has handled the deployment and the team is operating the bootstrap nodes as a whole. Thanks, [@mcamou](https://github.com/mcamou) and team!