https://github.com/erigontech/docs
Public documentation for Erigon 3
https://github.com/erigontech/docs
Last synced: 17 days ago
JSON representation
Public documentation for Erigon 3
- Host: GitHub
- URL: https://github.com/erigontech/docs
- Owner: erigontech
- License: other
- Created: 2024-09-19T11:25:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-06T10:21:56.000Z (over 1 year ago)
- Last Synced: 2025-02-06T11:26:19.180Z (over 1 year ago)
- Homepage: https://docs.erigon.tech
- Size: 1.47 MB
- Stars: 1
- Watchers: 10
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# The Erigon 3 Book
This is the official Erigon 3 documentation, hosted at .
# Contributing to this documentation
To contribute to this documentation, commit your change to the development branch, commitments to the main branch will be ignored.
See how MdBook works [here](https://rust-lang.github.io/mdBook/index.html).
# Build
```bash
mdbook build
```
The compiled book will be available in the `book` subdirectory.
# Run it locally
```bash
mdbook serve
```
It will start a local HTTP server and serve the book contents at .