Skip to content

Files

Latest commit

 

History

History
This branch is 1301 commits behind erigontech/erigon:main.

turbo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 29, 2024
Aug 12, 2024
Jul 18, 2024
Aug 10, 2024
Jul 29, 2024
Jul 31, 2024
Aug 11, 2024
Aug 3, 2024
Aug 13, 2024
Jul 18, 2024
Jul 18, 2024
Jul 30, 2024
Jul 18, 2024
Aug 14, 2024
Jul 18, 2024
Jul 18, 2024
Jul 18, 2024
Aug 14, 2024
Aug 14, 2024
Jul 18, 2024
Jul 29, 2024
Aug 9, 2024
May 26, 2021

Erigon-API

Erigon-API is a set of tools for building applications containing Erigon node.

Our own binary erigon is built using it.

Modules

  • cli - erigon-cli, methods & helpers to run a CLI app with Erigon node.

  • node - represents an Ethereum node, running devp2p and sync and writing state to the database.

  • stagedsync - staged sync algorithm.

Examples

  • erigon - our binary is using erigon-api with all defaults

  • erigoncustom - a very simple example of adding a custom stage, a custom bucket and a custom command-line parameter

  • erigon-examples - a series of examples for Erigon api