2021-09-08 08:38:58 +07:00
..
2021-08-24 08:28:58 +01:00
2021-09-07 16:12:49 +07:00
2021-09-07 13:44:40 +07:00
2021-05-20 19:25:53 +01:00
2021-07-29 18:53:13 +07:00
2021-09-08 08:38:58 +07:00
2021-09-07 10:07:36 +07:00
2021-08-14 20:47:11 +07:00
2021-05-26 11:35:39 +01:00

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