Awesome
idp2p-rust
Experimental
, inspired byipfs
,did:peer
andkeri
Getting Started
Generate peers
cargo run --example demo
cargo run --example demo -- -p 5000
Create identity
- cmd:
create <name>
- ex:
create alice
andcreate bob
Subscribe to identity
- cmd:
get <id>
- ex:
get did:p2p:bagaaieraam4
Send message
- cmd:
send <message> to did:p2p:bagaaieraam4
Contributions
The idp2p rust
implementation is work in progress.
Contributions are most welcome