Prerequisites
Before installing Kona, ensure you have the following prerequisites:- Rust toolchain (MSRV: 1.82)
justcommand runner- Docker (optional, for containerized builds)
Installing Rust
If you don’t have Rust installed, you can install it using rustup:rustc --version. To update your version of Rust, run rustup update.
Installing Just
just is a command runner that Kona uses for build tasks. Install it with:
Installation Methods
There are three ways to obtain Kona:If you have Docker installed, we recommend using the Docker recipe configuration
that will have kona-node, op-reth, Prometheus and Grafana running and syncing with just one command.