Skip to content

kleros/linguo-contracts

Repository files navigation

Linguo Contracts

Smart contracts for Linguo.

Deployed Addresses

Contributing

Install Dependencies

yarn install

Run Tests

yarn test

Compile the Contracts

yarn build

Run Linter on Files

yarn lint

Fix Linter Issues on Files

yarn fix