erigon-pulse/turbo
2022-01-22 11:18:24 +07:00
..
adapter grpc GetBlock api () 2021-11-14 11:08:52 +07:00
app Snapshot: prohibit to change cli flags () 2022-01-22 11:18:24 +07:00
cli Enabled proposer by default () 2022-01-21 22:50:34 +03:00
mock rpcdaemon: add txpool_status() () 2021-08-06 09:45:44 +07:00
node Full BSC support with validator mode () 2022-01-14 19:06:35 +00:00
rlphacks rename () 2021-05-20 19:25:53 +01:00
rpchelper Json rpc eip1898 correctness () 2021-09-28 09:25:56 +07:00
shards Pool: switch to pendingBaseFee () 2021-09-26 23:09:36 +07:00
snapshotsync Snapshot: prohibit to change cli flags () 2022-01-22 11:18:24 +07:00
stages Snapshot: prohibit to change cli flags () 2022-01-22 11:18:24 +07:00
transactions fix debug_storageRangeAt () 2021-12-29 10:36:41 +07:00
trie [erigon2] Running with commitment () 2022-01-14 16:02:44 +00:00
README.md Rename to Erigon () 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