Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

TokenFactory

One-click ERC-20 token creation factory on ProbeChain Rydberg Testnet.

Features

  • Deploy new ERC-20 tokens with one transaction
  • Configurable name, symbol, total supply, and decimals
  • Track all deployed tokens per creator
  • Optional creation fee
  • Paginated token listing

Setup

npm install
cp .env.example .env
npx hardhat compile
npm run deploy

Network