This project is aimed at visualizing data related to the bitcoin blockchain network. It consists of a folder structure with various files and directories. Below is the outline of the code:
├── README.md
├── images
├── project
├── node_modules
├── pages
├── data
└── scripts
-
To begin, navigate to the
/project/pages
directory and openindex.html
in your preferred web browser with live server. -
To test all scripts and data wrangling/manipulation functionalities used to create the dataset, navigate to the
project
directory and run:npm install
The final dataset is located in the /project/data
folder.