/escrow-contracts

Escrow Smart Contracts

Primary LanguageJavaScriptMIT LicenseMIT

Escrow Contracts

Deployed Addresses

  • Kovan: <none>
  • Mainnet: <none>

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