https://github.com/dabit3/polygon-ethereum-nextjs-marketplace
- Install dependencies
npm install
- Start the local Hardhat node
npx hardhat node
- With the network running, deploy the contracts to the local network in a separate terminal window
npx hardhat run scripts/deploy.js --network localhost
- Start the app
npm run dev