Skip to content

Files

Latest commit

author
cashblxxd
Jan 14, 2024
bb41a64 · Jan 14, 2024

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