Skip to content

0xBreak/ZeroNewLife-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

# πŸͺ™ ZeroNewLife (ZERO) Token 

A simple ERC-20 token with initial minting and metadata support.

## πŸ“Œ **Features**
- βœ… **Standard ERC-20** (OpenZeppelin)  
- πŸ’° **Initial mint**: 100 ZERO to deployer  
- 🌐 **Token metadata** (logo + JSON)  
- πŸš€ **Sepolia-testnet ready**  

## πŸ›  **How to Use**
1. **Install dependencies**:
   
   npm install
   Deploy to Sepolia (replace values in .env):


npx hardhat run scripts/deploy.js --network sepolia

Add to MetaMask:
Contract: 0x32c0153e47ccb95F996c457d6Fec8A44DE91A9a5
Symbol: ZERO
Decimals: 18

🌐 DEX Integration
Get test ETH from Sepolia Faucet

Add liquidity on Uniswap Sepolia

Pair: ZERO/ETH

Initial liquidity: e.g., 50 ZERO + 0.1 ETH

πŸ“‚ Project Structure
β”œβ”€β”€ contracts/       # Solidity code
β”œβ”€β”€ scripts/         # Deployment scripts
β”œβ”€β”€ test/            # Tests (WIP)
└── .env.example     # Environment config
🀝 License
MIT - Do what you want with it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors