Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 917 Bytes

Stage-1-to-2-Notes.md

File metadata and controls

13 lines (7 loc) · 917 Bytes

Chain Data Analysis

In order to collect data from chains there are various ways like transaction API, or open source clients (see data-clients section). However, there is no focused API on exporting accounts code, or related data rabout smart contract execution.

In order to have ability to export data from chains, I have started to create a local development environment. Right now, I am able to debug Geth client with GDB tool on an Ubuntu laptop.

It is also possible to print logs, however the client code needs to be build every time you update your logs.

I am working on a Light Geth client, I will inspect the data structure further and track the data related smart contracts.

Please see the geth-clef section for creating such a dev environment.

Also see my notes on getting on the gdb tool up-and-running