erigon-pulse/turbo
ledgerwatch a170d730c0
Fixing issues related to sync delays (#5689)
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
2022-10-11 08:04:40 +01:00
..
adapter
app e3: prune limited amount before commit #675 (#5693) 2022-10-11 11:25:13 +07:00
builder
cli
engineapi
mock
node
rlphacks
rpchelper
services
shards
snapshotsync
stages Fixing issues related to sync delays (#5689) 2022-10-11 08:04:40 +01:00
transactions
trie
README.md Rename to Erigon (#2018) 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