Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 517 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 517 Bytes

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