Skip to content

Minimal P2P services for bootstrapping ipfs compatible protocols

License

Notifications You must be signed in to change notification settings

bamboolabs-foundation/p2p-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p2p-bootstrap

A minimal rust-libp2p implementation for bootstrapping libp2p compatible services.

Installing

In order to install this as a binary, one must already install Rust

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

How to run

One can simply find out how with:

> p2p-bootstrap --help
p2p-bootstrap 0.1.2
Aditya Kresna <aditya.kresna@outlook.co.id>

USAGE:
    p2p-bootstrap [OPTIONS]

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

About

Minimal P2P services for bootstrapping ipfs compatible protocols

Topics

Resources

License

Stars

Watchers

Forks

Languages