erigon-pulse/turbo
2022-07-05 23:40:10 +02:00
..
adapter
app
builder
cli rpcdaemon, erigon: add new flags (#4623) 2022-07-04 13:07:45 +02:00
engineapi Commit transaction before responding on Engine API (#4506) 2022-06-20 23:03:17 +02:00
mock
node
rlphacks
rpchelper fix/issue-4593_fix_closed_chan (#4603) 2022-07-01 20:59:52 +01:00
services
shards --downloader.verfiy flag to verify once on startup (#4597) 2022-07-01 16:52:43 +06:00
snapshotsync Support "latests block number" in Oracle Backend (#4635) 2022-07-05 14:49:39 +06:00
stages fixed Invalid Number reorg (#4643) 2022-07-05 23:40:10 +02:00
transactions Revert "evm t8n tool to use ExecuteBlockEphemerally api (#4512)" (#4610) 2022-07-02 23:24:20 +01:00
trie Remove getNodeData experimental feature (#4559) 2022-06-29 18:23:00 +06:00
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