Skip to content

kizzafredrichkibalama/Genesys-main

Repository files navigation

The Genesys Blockchain

A Blockchain based application written in Python to run it's own crypto currency and exchange.

Requirements

  • Python3

Create a Virtual Environment

python3 -m venv venv

Acitivate venv

Linux

source venv/bin/activate

Windows

venv\Scripts\activate.bat

Install Packages

All modules for this project are defined in the "requirements.txt" file and so in order to install all packages and dependencies for this project, do a pip install this way.

pip install -r requirements.txt

CREATE DATABASE IN MY SQL

Create a database in mysql called genesys

CREATE DATABASE genesys;

About

a python crypto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published