Initial commit: Cardano chain data REST API

This commit is contained in:
Sulkta 2026-03-18 11:43:46 -07:00
commit 6f709423d1
5 changed files with 1043 additions and 0 deletions

6
requirements.txt Normal file
View file

@ -0,0 +1,6 @@
fastapi==0.115.0
uvicorn[standard]==0.30.0
asyncpg==0.30.0
redis==5.0.0
pydantic==2.9.0
python-dotenv==1.0.0