erigon-pulse/turbo
2021-07-28 13:13:52 +07:00
..
adapter finish remove bucket suffix (#2458) 2021-07-28 10:43:51 +07:00
cli Move bucket constants into kv package, move kv interface to kv package (#2455) 2021-07-28 09:47:38 +07:00
mock txpool_content (#2127) 2021-06-11 09:34:47 +01:00
node finish remove bucket suffix (#2458) 2021-07-28 10:43:51 +07:00
remote remove mutexes use (#2406) 2021-07-20 15:34:11 +07:00
rlphacks rename (#1978) 2021-05-20 19:25:53 +01:00
rpchelper Move bucket constants into kv package, move kv interface to kv package (#2455) 2021-07-28 09:47:38 +07:00
shards simplify staged sync world (#2336) 2021-07-10 16:43:58 +07:00
snapshotsync finish remove bucket suffix (#2458) 2021-07-28 10:43:51 +07:00
stages remove (#2459) 2021-07-28 13:13:52 +07:00
transactions Move bucket constants into kv package, move kv interface to kv package (#2455) 2021-07-28 09:47:38 +07:00
trie Move bucket constants into kv package, move kv interface to kv package (#2455) 2021-07-28 09:47:38 +07:00
txpool staged syncs automatically add error prefix about stage number and name (#2445) 2021-07-26 13:19:01 +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