yarn install
We use hardhat.org
yarn hardhat compile
To get details about the transactions being executed, run the buidlerevm separately in another terminal.
yarn hardhat node
Then run your tests with the localhost network
yarn hardhat --network localhost test
yarn hardhat test
PRODUCTION=1 yarn hardhat run scripts/deploy.kovan.ts --network kovan