Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 700 Bytes

File metadata and controls

25 lines (15 loc) · 700 Bytes

Erigon 3 Docs

Warning: This repository holds the documentation for Erigon 3.0.x and is not actively maintained. It may be outdated. Please use https://docs.erigon.tech/ for the most current information.

Contributing to this documentation

To contribute to this documentation, you can either create an issue in the main branch or open a new branch and submit a pull request (PR).

See how MdBook works here.

Build

mdbook build

The compiled book will be available in the book subdirectory.

Run it locally

mdbook serve

It will start a local HTTP server and serve the book contents at http://localhost:3000/.