Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 760 Bytes

File metadata and controls

23 lines (13 loc) · 760 Bytes

Blockchain Data Project

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

Getting Started

  • To begin, navigate to the /project/pages directory and open index.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.