Refreshed to use hardhat.
yarn install
npx hardhat compile
npx hardhat node
npx hardhat node --hostname 127.0.0.1
./startNode.sh
npx hardhat test
npx hardhat test test/specificTest.js
npx hardhat run scripts/deploy.js
npx hardhat test test/specificTest.js --network hardhat
npx hardhat run scripts/deploy.js --network opera