- Change file mode from 644 to 755 for all project files - Add chain_id parameter to get_balance RPC endpoint with default "ait-devnet" - Rename Miner.extra_meta_data to extra_metadata for consistency
9 lines
189 B
Plaintext
Executable File
9 lines
189 B
Plaintext
Executable File
# AITBC Blockchain Explorer Requirements - Enhanced Version
|
|
# Compatible with Python 3.13+
|
|
|
|
fastapi>=0.111.0
|
|
uvicorn[standard]>=0.30.0
|
|
httpx>=0.27.0
|
|
pydantic>=2.0.0
|
|
python-multipart>=0.0.6
|