EVM Testnet
A standalone Geth PoW testnet for Ethereum-compatible development.
Configuration
- Chain ID: 5555
- Consensus: Clique PoA (period=5, epoch=30000)
- RPC:
https://testnet-eth.rpc.gateway.tribewarez.com - Local:
http://127.0.0.1:8545
Genesis
The genesis block pre-funds a single account with 100,000 ETH:
json
{
"config": { "chainId": 5555, "clique": { "period": 5, "epoch": 30000 } },
"alloc": {
"0xe3482B1E2BBa72Cd5F86F5021277631F372Cd6d9": {
"balance": "100000000000000000000000"
}
}
}Usage
Connect MetaMask or any EVM wallet:
- Network Name: TribeWarez Testnet
- RPC URL:
https://testnet-eth.rpc.gateway.tribewarez.com - Chain ID: 5555
- Currency Symbol: ETH