2024-06-24 16:43:26 +00:00
2024-06-24 16:43:26 +00:00
2021-12-30 15:56:07 -06:00
2022-05-09 15:50:27 +05:30
2024-06-24 16:43:26 +00:00
2024-06-24 16:43:26 +00:00
2021-12-30 08:28:25 -06:00
2022-05-09 15:50:27 +05:30
2022-05-09 13:01:34 +05:30

leveldb-ethdb-rpc

Thin RPC wrapper around LevelDB to expose data remotely

Setup

Run the following

make build

Create a config.toml file from example.toml file.

Update the config for path to geth leveldb and geth ancient database

[leveldb]
    path = "/path/to/eth/data/geth/chaindata" # $LEVELDB_PATH
    ancient = "/path/to/eth/data/geth/chaindata/ancient" # $LEVELDB_ANCIENT_PATH

Usage

After building the binary, run as

./leveldb-ethdb-rpc serve --config ./environments/config.toml

S
Description
Thin RPC wrapper around LevelDB to expose ethdb interface remotely
Readme
876 KiB
v1.1.13
Latest
2023-03-30 21:30:03 +00:00
Languages
Go 99.9%
Makefile 0.1%