Contents
  1. 1. CECV demo has been deployed on Heroku. The Demo link is here
    1. 1.1. What is CECV?
    2. 1.2. How to run CECV?
    3. 1.3. How is CECV built?

What is CECV?

CECV is a web application to convert cryptocurrency energy consumption data into graphs and present them in a intuitive and interactive way. In CECV, we present two data sets including the BECI (Bitcoin Energy Consumption Index) and EECI (Ethereum Energy Consumption Index).

According to the BECI from Digiconomist, the peak value of the annual electricity consumption reached 77.782TWh, which is comparable to the power consumption of Chile. Besides, the generated annual carbon footprint is nearly 36.95 Mt of carbon dioxide, comparable to the carbon footprint of New Zealand. Moreover, the electricity consumption of a single transaction is 761.93 kWh, which is close to the energy consumption of 700,000 VISA payments and is equivalent to the 20-day average electricity consumption of American households, and the e-waste generated by each transaction is 101.10 grams.

As for the EECI, the annual total electrical energy consumption of Ethereum is 11.89 TWh, which is comparable to the power consumption of Uruguay, and the footprint per single transaction is 29.44 kWh, equivalent to the power consumption of an average U.S. household over 0.99 days.

How to run CECV?

  1. Download and Install the latest version of NodeJS

    The NodeJs official download link is here

  2. Download the latest version of CECV

    1
    $ git clone https://github.com/ChenHuangyin/CECV.git
  3. Get into the git repository folder and install the application dependencies

    1
    $ npm install
  4. Run the application locally

    1
    $ npm start

How is CECV built?

Contents
  1. 1. CECV demo has been deployed on Heroku. The Demo link is here
    1. 1.1. What is CECV?
    2. 1.2. How to run CECV?
    3. 1.3. How is CECV built?