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