erigon-pulse/turbo
2021-06-29 14:40:23 +07:00
..
adapter Sokol v0 (#2228) 2021-06-25 19:13:40 +01:00
cli Nuke LMDB (#2167) 2021-06-16 13:57:58 +03:00
mock txpool_content (#2127) 2021-06-11 09:34:47 +01:00
node Do log tables size, db metrics - avoid concurrency, check stale readers hourly (#2216) 2021-06-22 11:08:47 +01:00
remote net_peerCount for remote sentries (#2192) 2021-06-18 14:34:15 +01:00
rlphacks rename (#1978) 2021-05-20 19:25:53 +01:00
rpchelper Better compatibility with OE for trace_call and trace_callMany (#2137) 2021-06-11 13:19:10 +01:00
shards State stream to RPC daemon (#1986) 2021-05-23 15:53:18 +01:00
snapshotsync hide file exists err (#2218) 2021-06-22 11:09:45 +01:00
stages Propagate new txs to P2P (#2249) 2021-06-29 14:40:23 +07:00
transactions trace compatibility with OE (sometimes bug for bug) (#2174) 2021-06-16 18:24:56 +01:00
trie To break dependency to db implementation - move all db classes to "ethdb/kv" and leave in "ethdb" only interfaces (#2195) 2021-06-19 15:21:53 +07:00
txpool Send raw tx test (#2234) 2021-06-27 13:41:21 +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