Skip to main content

Client Implementations

Fukuii is the primary client for the Olympia era. Core-Geth v1.13.0 is actively maintained and carried through the upgrade for network continuity, then scheduled to phase out as Fukuii assumes the primary role. ETC compatibility plugins for major upstream clients are planned for future release.

Fukuii

RecommendedScala

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.

Features

  • SNAP, fast, and regular sync for ETC and Mordor
  • ETC mainnet, Mordor testnet, ETH mainnet, and Sepolia testnet
  • Compatible with all major consensus clients
  • Signed Docker images on GHCR
  • JSON-RPC, Engine API, and MCP support
WindowsmacOSLinuxDocker

Quick Start

Install

docker pull ghcr.io/chippr-robotics/fukuii:latest

Configuration

Use network=etc for mainnet, network=mordor for testnet, network=sepolia for Engine API.

ETC Compatibility Plugins

Planned for release after Olympia activation. These compatibility layers bring Ethereum Classic support to major upstream EVM clients without maintaining full forks. Enables enterprise deployments, archive nodes, and cross-chain infrastructure on any preferred execution environment.

Hyperledger Besu

JavaFuture

Enterprise-grade EVM client from the Hyperledger Foundation. Apache 2.0 licensed. Planned ETC compatibility plugin for enterprise deployments and institutional infrastructure.

Erigon

GoFuture

Archive-optimized EVM client designed for minimal disk usage and fast historical queries. Preferred for analytics infrastructure and full-history nodes.

Go Ethereum

GoFuture

The upstream geth client. ETC compatibility layer maintains parity with the canonical Go Ethereum codebase for maximum tooling compatibility.

Nethermind

C#Future

High-performance .NET EVM client. Enables ETC integration for the Microsoft and enterprise .NET ecosystem, with native Windows deployment support.

Reth

RustFuture

ETC execution plugin for Reth. Brings Ethereum Classic support to the modular, performance-focused Rust client.