ERC20 Factory is a decentralized web application that allows users to effortlessly create and deploy their own ERC20 tokens on the Ethereum blockchain without needing extensive technical expertise. Designed with a user-friendly interface and robust backend, ERC20 Factory simplifies token creation while maintaining security and transparency.
-
Custom Token Configuration
Set your token name, symbol, decimals, and total supply directly through the interface. -
Effortless Deployment
Deploy tokens seamlessly to the Ethereum network in just a few clicks. -
Copy Token Address
Once created, the token address is displayed with a one-click copy feature. -
Intuitive UI
A beautifully designed interface with modern aesthetics and a responsive layout. -
Error Handling & Feedback
Get instant feedback during deployment with toast notifications for success or failure.
-
Frontend:
- Next.js
- TypeScript
- TailwindCSS (for styling)
-
Blockchain:
- Solidity
- Ethereum (Sepolia)
- Ethers.js
- Wagmi
- Hardhat
-
Notifications:
- React Toastify
- Node.js (v16 or higher)
- MetaMask wallet or any compatible Ethereum wallet installed.
- Access to an Ethereum testnet (Sepolia).
PRIVATE_KEY= "" SEPOLIA_RPC_URL="" ETHERSCAN_API_KEY=""
- Clone the repository:
git clone https://github.com/rabeet8/erc20-factory.git cd erc20-factory