erigon-pulse/turbo
2021-07-04 08:50:32 +01:00
..
adapter Sokol v0: preparations for contracts run, proofs support (#2270) 2021-07-02 15:00:41 +07:00
cli enable private rpc by default in Erigon, better logs in the beginning (#2262) 2021-07-01 22:30:55 +01:00
mock txpool_content (#2127) 2021-06-11 09:34:47 +01:00
node separate_config_from_node_and_eth (#2289) 2021-07-04 08:50:32 +01:00
remote Pull grpc bindings into erigon-lib (#2265) 2021-07-01 22:31:14 +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 Pull grpc bindings into erigon-lib (#2265) 2021-07-01 22:31:14 +01:00
snapshotsync separate_config_from_node_and_eth (#2289) 2021-07-04 08:50:32 +01:00
stages Pull grpc bindings into erigon-lib (#2265) 2021-07-01 22:31:14 +01:00
transactions Fixes in rpctest and rpcdaemon for debug_traceTransaction, and opcode tracer, tool for repairing broken receipts (#2284) 2021-07-03 14:34:23 +01:00
trie remove subtrie loader and dcmp (#2258) 2021-06-30 10:31:36 +07:00
txpool Sentry: better handshake (#2293) 2021-07-04 11:30:31 +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