Skip to content

bernardlim/fweb3.xyz

 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 53.1%
  • JavaScript 21.7%
  • Solidity 20.5%
  • CSS 4.7%