Gain insights about thenewboston digital crypto currency network by doing some analysis.
View the Dataset used
- Total coins distribution over time period
- Total number of accounts over time period
- Richest account information
- Wealth distribution between top 5%,10%, 25% and 50%
- Pre-processed Excel sheet and Jupyter notebook
-
First clone the repo
git clone https://github.com/itsnikhil/tnb-analysis.git
-
Go to analysis directory
cd tnb-analysis
-
Install dependancies
npm install
-
Execute the script
node main.js
Configuration can be tweaked under constants.js
Param | Value |
---|---|
DIR | path to json data files |
OUT_FILE_NAME | Output csv file name |
ACCOUNTS_TO_SKIP | List of account numbers which can be skipped in pre-processing, used to remove outlier accounts (like treasury, payments accounts, etc) |
Nikhil Taneja ([email protected])