erigon-pulse/turbo
..
adapter
app
backup
builder
cli Replaced old version of Engine API with newer version (#7972) 2023-08-05 23:33:10 +02:00
cmdtest
debug
engineapi
execution/eth1
jsonrpc Correctly compute fork id when timestamp fork is activated in genesis (#8046) 2023-08-21 15:35:13 +02:00
logging
mock
node
rlphacks
rpchelper
services
shards
snapshotsync
stages
testlog
transactions
trie
README.md

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