An implementation of kleros arbitrable and evidence compatible contract to create and rule disputes.
SafexMain Smart Contract is deployed to Ropsten Testnet - 0x69d36535524997af56c2cb28af019d0f997e5044
Access Safex Claims DApp at SafexClaims.
npm install -g truffle
npm i ganache-cli
ganache-cli --port 7545 --quiet
git clone https://github.com/devpavan04/safex-claims.git
cd safex-claims
npm install
cd client
npm install
cd ..
truffle compile
truffle migrate
truffle test
npm start