This Python library provides a notebook to analyse the wealth distribution of Bitcoin. It builds on a CSV file containing the richest bitcoin addresses and their balances. The balances were crawled from the website BitInfoCharts using the script execute_crawler.py.
The source code is currently hosted on GitHub at: https://github.com/c4ristian/marx
conda env create -f environment.yml
conda activate marx
python -m ipykernel install --user --name=marx
jupyter notebook