Skip to content

b100guc/tokenminter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

βš™ Token Minter dApp

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.


🌐 Live Demo

https://tokenminter-five.vercel.app


✨ Features

  • 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

🧰 Tech Stack


πŸš€ Getting Started

# 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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors