Skip to content
No description, website, or topics provided.
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
bs58-rs @ dbb0fec
libp2p-crypto-rs @ 6031fbc
libp2p-identity-rs @ 72e3510
libp2p-rs @ 638fe17
libp2p-secio-rs @ c95d2f9
mhash-rs @ af8d1e1
mplex-rs @ c8ae287
msgio-rs @ 5ee4cb4
multistream-rs @ f04654b
src
varmint-rs @ 5974b66
.gitignore
.gitmodules
.travis.yml
Cargo.lock
Cargo.toml
README.md

README.md

ripfs (temporary name, to be changed)

A stepping stone towards a rust implementation of an IPFS client.

Examples

Since this is far from feature complete there is no real main yet and the examples are all integrated into the main binary file. There are two special cases:

$ cargo run -- listen

that will run this binary just listening for any incoming connections and

$ cargo run -- self

that will run this binary talking to a previously started listening copy of it.

You can also pass an address for an IPFS node to connect to

$ cargo run -- /ip4/127.0.0.1/tcp/4001/ipfs/QmcD3Pzo3kwvuZYNcxwEbefhmhR8s2ftd7zMkAWBwMhjax
You can’t perform that action at this time.