erigon-pulse/turbo
Anshul Yadav 2c194e10a1
Args usage msg bug fix (#7554)
## What's this PR is about?
Minor fix in args usage message of support flag. The current message
says that the flag should be 'metrics.url' but it reality it should be
'metrics.urls'
2023-05-20 21:57:23 +01:00
..
adapter
app Args usage msg bug fix (#7554) 2023-05-20 21:57:23 +01:00
backup
builder
cli [devnet tool] separate logging (#7526) 2023-05-17 07:36:06 +01:00
cmdtest
debug [Devnet tool] Side-quest to improve logging - part 1 (#7445) 2023-05-07 07:28:15 +01:00
engineapi
logging [devnet] separate logging - p2p (#7547) 2023-05-19 18:41:53 +01:00
mock
node [devnet tool] separate logging (#7526) 2023-05-17 07:36:06 +01:00
rlphacks
rpchelper [devnet tool] separare logging (#7531) 2023-05-17 17:36:15 +01:00
services
shards
snapshotsync Introduce logger into etl (#7537) 2023-05-18 21:20:07 +01:00
stages [devnet] separare logging - headers download (#7551) 2023-05-20 07:00:19 +01:00
testlog Introduce logger into etl (#7537) 2023-05-18 21:20:07 +01:00
transactions Proper Gnosis Chain rewards in trace_block (#7473) 2023-05-09 17:19:23 +02:00
trie
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