Skip to content

sumitjadhwani/fweb3.xyz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website

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.

Smart contract

Setup:

npm install @openzeppelin/contracts

Verify:

npx hardhat verify --network mainnet 0x95cd50f9d591630db85d95c932bbc704dc0ae92a

Testing

To run the tests using Cypress:

  1. Install dev dependencies: npm install
  2. Run local server: npm run dev
  3. Run Cypress tests in a separate terminal: npm run e2e

Debugging with devtools

Supports using either the VS Code debugger or Chrome DevTools.

See official Next.js docs: https://nextjs.org/docs/advanced-features/debugging

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 61.9%
  • JavaScript 19.0%
  • Solidity 14.2%
  • CSS 4.8%
  • Shell 0.1%