Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bamboolabs-foundation/p2p-bootstrap

Minimal P2P services for bootstrapping ipfs compatible protocols
https://github.com/bamboolabs-foundation/p2p-bootstrap

ipfs ipfs-cluster libp2p

Last synced: 21 days ago
JSON representation

Minimal P2P services for bootstrapping ipfs compatible protocols

Awesome Lists containing this project

README

        

# `p2p-bootstrap`

A minimal [rust-libp2p](https://github.com/libp2p/rust-libp2p) implementation for bootstrapping [libp2p](https://libp2p.io/) compatible services.

## Installing

In order to install this as a binary, one must already install [Rust](https://www.rust-lang.org/tools/install)

```bash
cargo install p2p-bootstrap --git https://github.com/bamboolabs-foundation/p2p-bootstrap
```

## How to run

One can simply find out how with:

```bash
> p2p-bootstrap --help
p2p-bootstrap 0.1.2
Aditya Kresna

USAGE:
p2p-bootstrap [OPTIONS]

OPTIONS:
-h, --help Print help information
-j, --join-ipfs Join global IPFS network
-p, --port TCP & UDP Port [default: 4011]
-s, --secret-key Ed25519 Secret Key Bytes in hexadecimal [default: {RANDOM}]
-V, --version Print version information
```