Skip to content

A simple cryptocurrency in Python. Just a pet project

License

Notifications You must be signed in to change notification settings

avadov/hullabaloo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hullabaloo

Hullabaloo is a simple blockchain written in Python.

Getting Started

Install dependencies

Install Python on Ubuntu

sudo apt update
sudo apt upgrade
sudo apt install python3 python3-pip python3-venv

Install Python on Arch Linux

sudo pacman -Syu
sudo pacman -Sy python python-pip

Run

git clone https://github.com/avadov/hullabaloo.git
python3 -m venv hullabaloo
source hullabaloo/bin/activate
cd hullabaloo
pip install -r requirements.txt
python node.py 

About

A simple cryptocurrency in Python. Just a pet project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages