Fukuii Documentation¶
Welcome to the official documentation for Fukuii, an Ethereum Classic client written in Scala 3.
-
Getting Started
New to Fukuii? Start here to get your node up and running.
-
For Node Operators
Running a Fukuii node? Find configuration, security, and maintenance guides.
-
For Operators/SRE
Deploy and monitor Fukuii in production environments.
-
For Developers
Contributing to Fukuii or building on top of it? Find architecture docs and development guides.
What is Fukuii?¶
Fukuii is a high-performance Ethereum Classic (ETC) client built with Scala 3. It provides:
- Full node operation โ Sync and validate the Ethereum Classic blockchain
- JSON-RPC API โ Standard Ethereum JSON-RPC interface for dApp integration
- Docker support โ Production-ready container images with signed releases
- Comprehensive monitoring โ Prometheus metrics and Grafana dashboards
Quick Links¶
| I want to... | Go to... |
|---|---|
| Run a node quickly | Quick Start |
| Deploy with Docker | Docker Guide |
| Configure my node | Node Configuration |
| Secure my node | Security Runbook |
| Understand the architecture | Architecture Overview |
| Use the JSON-RPC API | API Reference |
| Contribute code | Contributing Guide |
| Test compatibility | Gorgoroth Network Testing |
Supported Networks¶
| Network | Chain ID | Description |
|---|---|---|
| Ethereum Classic | 61 | ETC mainnet |
| Mordor | 63 | ETC testnet |
| Ethereum | 1 | ETH mainnet (limited support) |
Documentation Organization¶
This documentation is organized by audience:
- Getting Started โ Installation and first-run guides
- For Node Operators โ Day-to-day node operation
- For Operators/SRE โ Production deployment and monitoring
- For Developers โ Architecture, contributing, and API docs
- Reference โ Specifications, ADRs, and technical details
- Troubleshooting โ Common issues and solutions
Community¶
Built with by Chippr Robotics LLC