Developer Directory
Everything you need to build on Ethereum Classic — networks, RPC endpoints, execution clients, development tools, and contract frameworks. With the Olympia upgrade, the full Ethereum toolchain works on ETC without modification, making the ETC developer experience identical to Ethereum mainnet.
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
Ethereum execution layer client in Scala 3 — native Proof-of-Work consensus for Ethereum Classic and Mordor, plus Engine API V1–V4 for post-Merge Ethereum. Pairs with Lighthouse, Prysm, Teku, Lodestar, or Nimbus to run Sepolia and ETH mainnet. One binary, four networks. The primary ETC client for the Olympia era.
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 →