Skip to content

OneTesseractInMultiverse/SkyTrack

Repository files navigation

SkyTrack Blockchain

Build Status Code Health

Coverity Scan Build Status

This is a tiny and very basic implementation of a blockchain network used only to teach the basic concepts of how blockchain works.

Installation Instructions

To install a node in the network, you need to:

    pip install virtualenv
    git clone https://github.com/OneTesseractInMultiverse/SkyTrack.git
    cd SkyTrack
    virtualenv -p python3 .
    source bin/activate
    pip install -r requirements.txt
    python run.py

About

A minimal Blockchain implementation with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages