Ubuntu 24.04
Python 3.12
Python-pip 24.3.0
Python dependencies listed in requirements.txt
https://www.djangoproject.com/
pip install requirements.txt
python manage.py migrate
python manage.py startup
python manage.py test
python manage.py runserver
python compile_protos.py
- apps.core.blockchains:
Blockchain models and periodic tasks.
- apps.core.lava_queries:
Utils to fetch data from Lava nodes.
- apps.api:
REST public API for Lava. Read-only for all unauthenticated users.
Swagger docs available at /api/swagger/
Redoc docs available at /api/redoc/