Before running any command, make sure to install dependencies:
npm i
Compile the smart contracts with Hardhat:
npm run compile
Run the tests:
npm run test
npx hardhat node --tags "local" --network hardhat
MIT
Before running any command, make sure to install dependencies:
npm i
Compile the smart contracts with Hardhat:
npm run compile
Run the tests:
npm run test
npx hardhat node --tags "local" --network hardhat
MIT