Skip to content

stevefunk/crypto51

This branch is 66 commits behind tdickman/crypto51:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 19, 2018
Jun 1, 2018
Dec 2, 2018
Nov 25, 2018
Nov 18, 2018
Nov 18, 2018
Jun 1, 2018
Nov 22, 2018
Jun 1, 2018
Nov 18, 2018
Oct 7, 2018
Nov 19, 2018
Oct 7, 2018
Nov 18, 2018
Nov 18, 2018

Repository files navigation

This project gathers data from a few different apis to calculate the estimated cost of completing a theoretical 51% attack on a cryptocurrency network. It is a python app that renders this data in jinja templated html files for hosting on a static hosting service like Google Cloud Buckets, or AWS S3.

Environment Setup / Running

Run the following to generate updated html files in the dist/ directory:

pipenv --python 3.6 shell
pipenv install
python app.py
python render.py

Alternatively you can run the following to generate updated html files + copy them to Google Cloud

pipenv --python 3.6 shell
pipenv install
./update.sh

Dependencies

  • pipenv
  • python 3.6

Releases

No releases published

Packages

No packages published

Languages

  • HTML 48.2%
  • Python 46.5%
  • Dockerfile 2.6%
  • CSS 1.7%
  • Shell 1.0%