Developer Directory
Everything you need to build on Ethereum Classic — networks, RPC endpoints, node clients, and developer tools.
Networks
Ethereum Classic
mainnetMordor Testnet
testnetRPC Endpoints (7)
Full build guide →| Provider | URL | Network |
|---|---|---|
| Rivet | https://etc.rivet.link | mainnet |
| Blockscout | https://etc.blockscout.com/api/eth-rpc | mainnet |
| ETC Cooperative | https://www.ethercluster.com/etc | mainnet |
| GETH Classic | https://geth-de.etc-network.info | mainnet |
| ETC Cooperative | https://rpc.mordor.etccooperative.org | testnet |
| GETH Mordor | https://geth-mordor.etc-network.info | testnet |
| 0xRPC | https://0xrpc.io/mordor | testnet |
Node Clients (3)
Fukuii
Recommended — Purpose-built for ETC, the only ETC-native client. Modern Scala 3 architecture with PoW consensus and mining capabilities. The primary and long-term supported client for Ethereum Classic in the post-Olympia world.
Core-Geth
Maintained — Established go-ethereum fork with all known security patches applied for the Olympia transition. Maintained through the upgrade period as the network transitions to Fukuii as the primary client.
Hyperledger Besu
Reference — Enterprise-grade Hyperledger client used for cross-client testing and validation. Ensures protocol correctness through independent implementation verification across all three Olympia clients.
Developer Tools (11)
Hardhat
Ethereum development environment for compiling, deploying, testing, and debugging smart contracts.
Visit →Foundry
Blazing fast, portable, and modular toolkit for Ethereum application development written in Rust.
Visit →Remix IDE
Browser-based IDE for Solidity development with built-in compiler, debugger, and deployment tools.
Visit →Truffle Suite
Development framework with built-in testing, debugging, and deployment pipeline.
Visit →web3.js
Collection of libraries for interacting with Ethereum nodes using HTTP, IPC, or WebSocket.
Visit →OpenZeppelin
Library of secure, audited smart contract templates including ERC-20, ERC-721, access control, and more.
Visit →Slither
Static analysis framework for Solidity, detecting vulnerabilities and code optimization opportunities.
Visit →Mythril
Security analysis tool for EVM bytecode. Detects security vulnerabilities in smart contracts.
Visit →