A simple dapp that allows Ethereum users to rate other users/contracts by address on a scale of -5 to 5.
The easiest way to use Etherep is at the Web site at etherep.com. If you prefer to run it locally, you can download a release and open index.html
in the dist
directory with a browser of your choice.
An IPFS release is in the works.
You need to have nodejs, npm, and gulp installed. Please consult their respective documentation on how to install it on the OS of your choice.
Easiest way would be to run npm install && gulp
.
That should install all the necessary dependencies and build Etherep into the dist
directory.
The Etherep supporting Ethereum smart contracts are in the etherep-contracts repository.