NEXT.js + Hardhat boilerplate
yarn install
to start dev server: yarn dev
to build web package: yarn build
to start web package server: yarn start
to lint code: yarn lint
to start hardhat EVM local node: yarn hardhat:node
to compile smart contracts: yarn compile
to deploy smart contracts: yarn deploy
to test smart contracts: yarn hardhat:test