erigon-pulse/turbo
Alex Sharov 2ec64aee1d
Simplify mining (#2339)
* save

* save
2021-07-11 04:05:33 +00:00
..
adapter Sokol v0: can process 1-st block (#2310) 2021-07-08 19:40:43 +07:00
cli Add parameter for minimum time between sync loop iterations (#2332) 2021-07-10 09:19:44 +07: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 simplify staged sync world (#2336) 2021-07-10 16:43:58 +07:00
snapshotsync step towards kv interface (#2311) 2021-07-07 23:15:49 +07:00
stages Simplify mining (#2339) 2021-07-11 04:05:33 +00:00
transactions eth_call base_fee (#2319) 2021-07-09 00:04:31 +07:00
trie step towards kv interface (#2313) 2021-07-08 09:56:09 +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