An implementation of a Cryptocurrency called "Ahh" (Not listed). To run locally, fork & clone the repository
git clone https://github.com/Michaelgathara/crypto.gitCreate 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.batInstall the needed dependencies:
pip install -r requirements.txtLaunch Ahh
python (or py) ahh.py