Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 575 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 575 Bytes

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