Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.32 KB

rocksdbextractor.md

File metadata and controls

56 lines (35 loc) · 1.32 KB
description
This guide is targeting node developers.

RocksDbExtractor

This guide is targeting node developers.

Running application

  1. Run application
dotnet run
  1. Enter path to your rocksdb database

examples:

{% tabs %} {% tab title="Windows" %}

D:\Workspace\Demerzel\ndm\src\Nethermind\Nethermind.Runner\bin\Debug\netcoreapp3.1\nethermind_db\ndm_consumer\local

{% endtab %}

{% tab title="MacOS" %}

/Users/katarzynaturbiarz/Workspace/Demerzel/ndm/src/nethermind/src/Nethermind/Nethermind.Runner/bin/Debug/netcoreapp3.1/nethermind_db/ndm_consumer/local

{% endtab %} {% endtabs %}

  1. Confirm your folder selection with Enter

  1. Select the record with Enter to see the details

Back to the previous window

If you want to go back to the previous window. You can do it by using the q key.

Warnings

If there is no data in the directory, you will see this message box. You can close this box by pressing the Esc key.