An open API service indexing awesome lists of open source software.

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

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 .