Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 312 Bytes

File metadata and controls

41 lines (27 loc) · 312 Bytes

Install

Install dependencies:

$ yarn

or

$ npm install

Compile

Compile smart contracts and create typechain:

$ yarn compile

or

$ npm run compile

Test

Test smart contracts against ./tests:

$ yarn test

or

$ npm run test