erigon-pulse/turbo
2022-06-10 01:54:22 +02:00
..
adapter
app more usage of dirs object #4390 2022-06-07 11:54:04 +07:00
cli MergeForkBlock -> MergeNetsplitBlock (#4407) 2022-06-08 12:41:50 +02:00
engineapi
mock
node Draft PR for the devnet automation (#4057) 2022-05-26 13:08:25 +01:00
rlphacks
rpchelper
services
shards
snapshotsync Open reset blocks migration: to delete .torrent files also #4404 (#4404) 2022-06-08 09:51:07 +07:00
stages Removed annoying log (#4424) 2022-06-10 01:54:22 +02:00
transactions Add rules to AsMessage to vet transaction types (#4276) 2022-05-26 18:20:34 +02:00
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