Skip to content

0L-Analytics/ol-data-extraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ol-data-extraction

Extraction tools for 0L-blockchain data

Prerequisites

  • Have docker installed
  • Have docker compose installed

Assumtions

  • Should run on Windows machine but has only been tested on Debian Linux

Services

Treeview

Generate a json file with format:

[{
  account: <address>,
  parent_tree: [<oldest address>, <newest address>] // oldest ancestor first, the PARENT of this account last.
}]

Steps to run

  1. Copy services/treeview/example.env and rename the copied file to .env.
  2. Update the parameters in .env.
  3. From the project source directory run docker compose up -d treeview
  4. When process finished, a json file should appear in the configured directory (default: ./assets).

About

Extraction tools for 0L-blockchain data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published