Fukuii
Ethereum Classic's first native client, built for this network from the start rather than adapted from an existing Ethereum client.
More on FukuiiAn EVM execution client written in Scala 3 and running on the JVM. One binary runs several networks at once in a single process, each with its own state, its own metrics and its own configuration, so a further network is configuration rather than a new client. Consensus is chosen per deployment: native Proof-of-Work for Ethereum Classic and Mordor, or Proof-of-Stake with a built-in consensus layer or an external consensus client driving it over the Engine API.
- Built ground-up for Ethereum Classic, not derived from an Ethereum client
- Runs Ethereum Classic and Mordor from the same binary as any other configured network
- Apache 2.0, developed in public, with signed builds and a bill of materials on every release