Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 438 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 438 Bytes

OnChainData

analysis of blockchain data

based on https://github.com/blockchain-etl

Use Virtual Environment

For first time use.

. script/initialize.sh

After first time use

. venv/bin/activate

Fetch Data

Fetch Bitcoin

python -m script.fetch_bitcoin

Fetch ETH

python -m script.fetch_ETH

Analyze Data

Analyze Bitcoin

python -m src.bitcoin_analysis.main

Analyze ETH

TODO