0xBreak/ZeroNewLife-token
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Β | Β | |||
Β | Β | |||
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.