Cytonic Ethereum
Cytonic Ethereum Testnet is a Layer 2 (L2) Ethereum Virtual Machine (EVM)-compatible blockchain designed for scalable, low-cost decentralized applications. This documentation provides essential details for developers to interact with the network.
Network Details
Network Name
Cytonic Ethereum Testnet
RPC URL
https://rpc.evm.testnet.cytonic.com
Chain ID
0xCC02
(52226 in decimal)
Block Explorer
https://explorer.evm.testnet.cytonic.com
Currency Symbol
ССС (test token)
Faucet
Contact the team or check official resources for testnet $ССС.
Connecting to the Network
1. MetaMask Configuration
Open MetaMask and click the network dropdown.
Select Add Network.
Fill in the details:
Network Name:
Cytonic Ethereum Testnet
New RPC URL:
https://rpc.evm.testnet.cytonic.com
Chain ID:
52226
(or0xCC02
)Currency Symbol:
CCC
Block Explorer:
https://explorer.evm.testnet.cytonic.com
2. Hardhat Configuration
Add the network to hardhat.config.js
:
3. Foundry (Forge) Configuration
Add the RPC to foundry.toml
:
Example Contract Deployment
Simple Storage Contract
Deployment Script (Hardhat)
Run with:
Interacting with the Blockchain
Using ethers.js
Troubleshooting
Transaction Stuck? Ensure your gas fee is sufficient. Use the block explorer to check network congestion.
Chain ID Mismatch Verify the Chain ID is
52226
(or0xCC02
).RPC Connection Issues Double-check the RPC URL for typos. Test connectivity using tools like
curl
.
Support
For assistance, join the Cytonic developer community: Discord Support Server
Note: $CCC tokens on the testnet have no real-world value. Always use testnet funds for development purposes.
Last updated