Skip to content
forked from hoprnet/hoprnet

HOPR is an open incentivized mixnet which enables privacy-preserving point-to-point data exchange. HOPR is similar to Tor but actually private, decentralized and economically sustainable.

License

Notifications You must be signed in to change notification settings

BorkBorked/hoprnet

Repository files navigation

HOPR Logo

HOPR

A project by the HOPR Association

HOPR is a privacy-preserving messaging protocol which enables the creation of a secure communication network via relay nodes powered by economic incentives using digital tokens.

Instructions

Installing a binary from NPM

npm install -g @hoprnet/hoprd
hoprd --admin

Developing with this repository

yarn          # Install tooling
yarn setup    # Setups the monorepo
# all done!

# if you want to regenerate yarn.lock files
yarn util:regenerate
yarn setup

# if you run into errors during setup
yarn util:reset
yarn util:regenerate
yarn setup

Running applications

yarn run:hoprd         # Runs hoprd w/admin (:3000)
yarn run:chat          # Runs hopr chat in terminal

HOPR ecosystem

  • Core: HOPR Protocol definition and source code.
  • Server: gRPC-enabled Server to communicate with a HOPR Node
  • Protos: Protobuf API for interacting with a HOPR Server
  • Chat: Interactive REPL-like chat PoC for HOPR Nodes
  • Chatbot: Automata able to reply to messages sent via HOPR Chat
  • Devops: Infrastructure code for managing HOPR centralised servers.
  • Whitepaper: Technical whitepaper for the HOPR Protocol
  • Documentation: General documentation for HOPR
  • Assets: Press and brand materials for HOPR & Association

Contact

About

HOPR is an open incentivized mixnet which enables privacy-preserving point-to-point data exchange. HOPR is similar to Tor but actually private, decentralized and economically sustainable.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 50.1%
  • Solidity 33.0%
  • TypeScript 7.9%
  • Shell 5.0%
  • Python 1.8%
  • Makefile 1.7%
  • Other 0.5%