A custom ERC-20 token with:
- 🔒 OnlyOwner mint
- 🔥 User burn
- 🛡️ Reentrancy protection
- 🌐 React + Ethers.js frontend
npx hardhat run scripts/deploy.js --network localhostnpx hardhat testcd frontend && npm install && npm startReplace CONTRACT_ADDRESS in App.js with the deployed address.
onlyOwneronmintnonReentrantonburn
- Hardhat
- Solidity + OpenZeppelin
- React + Ethers.js