Live: https://pkrtokens.netlify.app
- Connect wallet (MetaMask), auto network switch to Sepolia
- Show name/symbol/decimals/total supply/owner; show user balance
- Transfer, owner-only mint, burn
- Status shows clickable Etherscan tx links
cp .env.example .env # set the contract address
npm ci
npm run dev