erigon-pulse/turbo
2021-09-13 14:58:25 +07:00
..
adapter RPC: small optimizations (#2564) 2021-08-24 08:28:58 +01:00
cli Pool: add coherent cache (#2678) 2021-09-13 14:58:25 +07:00
mock rpcdaemon: add txpool_status() (#2407) 2021-08-06 09:45:44 +07:00
node clean ipc string (#2644) 2021-09-08 15:25:10 +07:00
rlphacks rename (#1978) 2021-05-20 19:25:53 +01:00
rpchelper move kv to erigon-lib (#2467) 2021-07-29 18:53:13 +07:00
shards Pool: add coherent cache (#2678) 2021-09-13 14:58:25 +07:00
snapshotsync Move ETL to erigon-lib (#2667) 2021-09-12 08:50:17 +01:00
stages Pool: add coherent cache (#2678) 2021-09-13 14:58:25 +07:00
transactions Fewer allocations in trace stream (#2537) 2021-08-17 20:50:52 +01:00
trie Move ETL to erigon-lib (#2667) 2021-09-12 08:50:17 +01:00
txpool experimental: txpool cmd (#2530) 2021-08-14 20:47:11 +07: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