Court contains contracts required for basic arbitration of ENS disputes.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Court uses npm to manage dependencies, therefore the installation process is kept simple:
npm install
Court uses truffle for its ethereum development environment. All tests can be run using truffle:
truffle test
To run linting, use solium:
solium --dir ./contracts
- Truffle - Ethereum development environment
- Dean Eigenmann - decanus
See also the list of contributors who participated in this project.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the BSD 2-clause "Simplified" License - see the LICENSE file for details