erigon-pulse/turbo
2022-04-25 10:24:37 +07:00
..
adapter grpc GetBlock api (#2955) 2021-11-14 11:08:52 +07:00
app Snapshots: Max index parallelism to 4 (#3925) 2022-04-21 17:49:42 +07:00
cli Added Ethstats service (#3931) 2022-04-22 07:23:52 +01:00
engineapi Refactor PoS downloader (#3717) 2022-03-22 17:49:12 +01:00
mock rpcdaemon: add txpool_status() (#2407) 2021-08-06 09:45:44 +07:00
node Fix dev chain listen port not set (#3671) 2022-03-10 12:13:55 +07:00
rlphacks rename (#1978) 2021-05-20 19:25:53 +01:00
rpchelper Update helper.go (#3737) 2022-03-19 09:36:35 +07:00
shards Add blockGasLimit to the state stream (#3321) 2022-01-25 10:49:28 +00:00
snapshotsync Snapshots: support empty buf case (#3957) 2022-04-25 10:24:37 +07:00
stages Sentry GRPC: rename Peers to PeerEvents (#3944) 2022-04-23 17:52:22 +01:00
transactions State override support (#3628) 2022-03-01 15:40:24 +00:00
trie Bor fixes (#3553) 2022-02-24 00:03:10 +00:00
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