The HOPR code now lives as its own GitHub organization on http://github.com/hoprnet
HOPR is a privacy-preserving messaging protocol that incentivizes users to participate in the network. It provides privacy by relaying messages via several relay nodes to the recipient. Relay nodes are getting paid via payment channels for their services.
A SRML module whose purpose is to process payments of HOPR.network as a parachain of Polkadot.
For more details about HOPR.network and its integration into the Polkadot ecosystem, see a more detailed description here.
Install Rust:
curl https://sh.rustup.rs -sSf | sh
Install required tools:
./scripts/init.sh
Build the WebAssembly binary:
./scripts/build.sh
Build all native code:
cargo build
# get some coffee ...
You can run the unit tests with:
cargo test -p hopr-polkadot-runtime
You can start a development chain with:
cargo run -- --dev
# node hopr --network=polkadot