Links
Comment on page

Linux

Description

Dashboard with metrics from the Bitcoin Core Blockchain network.
The metrics currently available to be viewed are:
  • Closing Price
  • Transactions
  • Difficulty
  • Total block output (USD)
  • Average transaction value (USD)

Instalation

~$ git clone https://github.com/datacrypto-analytics/cryptodash.git
~$ cd cryptodash
~$ pip install -r requirements.txt
~$ python app.py