A lightweight template for developing smart contracts in Solidity.
ethers
hardhat
@nomicfoundation/hardhat-chai-matchers
@nomicfoundation/hardhat-toolbox
yarn
cp .env.template .env
yarn compile
npx hardhat deploy --tags <TAGS> --network <NETWORK>
npx hardhat --network <NETWORK> etherscan-verify
yarn test [FILE_PATH]
yarn test:parallel [FILE_PATH] # parallel mode
yarn test:bali [FILE_PATH] # bali mode