The Masumi MIP-003 compliant API for the JCat - Cardano Agent created using the Masumi Agent Template
- Create and activate a new Python virtual environment:
python -m venv .venv && source .venv/bin/activate
- Install dependencies:
pip install -r requirements.txt
-
Set ENVs: See
.env.example
as reference. -
Run the API:
python main.py