Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bamboolabs-foundation/p2p-bootstrap
- Owner: bamboolabs-foundation
- License: mit
- Created: 2023-11-22T02:33:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-24T21:06:43.000Z (about 1 year ago)
- Last Synced: 2024-11-15T03:08:39.143Z (3 months ago)
- Topics: ipfs, ipfs-cluster, libp2p
- Language: Rust
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 KresnaUSAGE:
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
```