Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 764 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 764 Bytes

Dispute Resolution Layer

Codebase to provide ways for different incentive layers and computation layers to interface with a general purpose verification game.

Go here for the Dispute Resolution Layer Overview.

Installation

Ensure you have truffle and an Ethereum test net like ganache installed

npm install -g truffle ganache-cli

Then install the package's dependencies

npm install

Testing

After following the above installation instructions you can start up the dev blockchain in a separate tab:

ganache-cli

Then run the tests:

truffle test