A web-based dApp that lets users easily create (deploy) their own ERC-20 tokens.
Built with React (Vite) and Ethers.js.
The smart contract is compiled with Remix and its ABI/Bytecode is embedded in the frontend.
https://tokenminter-five.vercel.app
- Enter token name, symbol, and total supply
- Network selector: Base Sepolia (testnet) and Base Mainnet
- Connect with MetaMask wallet
- Deploy smart contract with one click
- Display contract address and explorer link
- Vite + React
- Ethers.js
- OpenZeppelin ERC-20
- Remix IDE (for contract compilation only)
# clone the repository
git clone https://github.com/your-username/tokenminter.git
cd tokenminter/frontend
# install dependencies
npm install
# run in development mode
npm run dev