Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 299 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 299 Bytes

MySepolia Sample NFT Mint DApp

Prerequisites

Deployment

  1. Install project
npm i
  1. Create an .env and set CONTRACT_ADDRESS there

  2. Paste your contract's ABI to src/abi/msNFT.json

  3. Run with

npm start