erigon-pulse/turbo
2021-11-29 10:43:19 +07:00
..
adapter grpc GetBlock api (#2955) 2021-11-14 11:08:52 +07:00
cli snapshots: read block from snapshots, add sender to txs file (#2996) 2021-11-21 10:32:14 +07:00
mock
node
rlphacks
rpchelper
shards
snapshotsync Snapshot: exec and trie to support snapshot files (#3033) 2021-11-29 10:43:19 +07:00
stages Snapshot: exec and trie to support snapshot files (#3033) 2021-11-29 10:43:19 +07:00
transactions
trie Use IsZero() instead of Sign() for uint256.int (#2960) 2021-11-14 22:18:47 +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