Get a PolygonScan API key and put it in .env.local
:
POLYGON_API_KEY=
Run local server:
npm run dev
Push to main
branch to deploy.
Setup:
npm install @openzeppelin/contracts
Verify:
npx hardhat verify --network mainnet 0x95cd50f9d591630db85d95c932bbc704dc0ae92a
To run the tests using Cypress:
- Install dev dependencies:
npm install
- Run local server:
npm run dev
- Run Cypress tests in a separate terminal:
npm run e2e
Supports using either the VS Code debugger or Chrome DevTools.
See official Next.js docs: https://nextjs.org/docs/advanced-features/debugging