kleros / tcr

Arbitrable Permission Lists on Ethereum
MIT License
12 stars 9 forks source link
arbitrable curated-list curated-lists-v1 kleros smart-contracts token-list

Arbitrable Permission Lists on Ethereum

JavaScript Style Guide Tested with Truffle Conventional Commits Commitizen Friendly Styled with Prettier

Contracts for creating arbitrable permission lists on Ethereum.

Development

  1. Clone this repo.
  2. Run yarn install to install dependencies and then yarn build to compile the contracts.

Release

To bump the version of the package, use yarn release.

Scripts

Test

Testrpc default gas limit is lower than the mainnet which prevents deploying some contracts. Before running truffle tests use: testrpc -l 8000000.

Testing contracts

Testing contracts on specific network

Contributing

See contributing.

Learn how to develop arbitrable and arbitrator contracts here.