A full-stack decentralized app to mint NFTs using Ethereum smart contracts and a React frontend.
- ERC-721 NFT smart contract
- React frontend with Ethers.js
- MetaMask integration
- On-demand NFT minting
bash
cd smart-contract npm install npx hardhat compile npx hardhat run scripts/deploy.js --network sepolia
cd ../frontend npm install npm start
- Hosted on Vercel
- Contract deployed on Sepolia