Skip to content

Michaelgathara/crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto

An implementation of a Cryptocurrency called "Ahh" (Not listed). To run locally, fork & clone the repository

git clone https://github.com/Michaelgathara/crypto.git

Create a new python environment (this step is skipable):

Linux/Mac:
python3 -m venv <your env name>

Windows:
py -m venv <your env name>

Activate your environment (this step is skipable):

Linux/Mac:
source <your env name>/bin/activate

Windows: 
(Powershell) <your env name>/Scripts/Activate.ps1
(CMD) <your env name>/Scripts/Activate.bat

Install the needed dependencies:

pip install -r requirements.txt

Launch Ahh

python (or py) ahh.py

About

Custom built Cryptocurrency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages