/linguo-contracts

Linguo Smart Contracts

Primary LanguageJavaScriptMIT LicenseMIT

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