Dcourt is a decentralized dispute arbitration 2nd-layer infrastructure based on the Ethereum platform that functions similar to a jury court.
The jury interface allows jurors to quickly browse cases submitted by all third party smart contracts, review them during the trial period, vote on them, and claim their rewards.
To set up your own development environment on an Ubuntu machine:
-
Clone this repo
https://github.com/Lamarkaz/DcourtJury & cd ./DcourtJury
-
Install dependencies
npm install
-
Run webpack development environment
npm start