A decentralized app that lets anyone deploy ERC-20 tokens directly on the Base blockchain.
- Deploy ERC-20 tokens with a name, symbol, and initial supply.
- Base + Sepolia deployment ready.
- Minimal, secure, and gas-efficient contracts.
git clone https://github.com/uniquebeing/base-token-launchpad.git
cd base-token-launchpad
npm install
cp .env.example .env