-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
40 lines (28 loc) Β· 995 Bytes
/
README.txt
File metadata and controls
40 lines (28 loc) Β· 995 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# πͺ 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.