The repo is a smart contract for issuing and managing blockchain certificates
- Python 3.7+
- FastAPI
- Uvicorn
- Other dependencies listed in
requirements.txt
git clone https://github.com/Mickmacha/Blockchaincerts_FastApi.git
cd Blockchaincerts_FastApi
python -m venv venv
source venv/bin/activate # On Windows use venv\Scripts\activate
pip install -r requirements.txt
uvicorn main:app --host 0.0.0.0 --port 8080