Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 341 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 341 Bytes

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