Go to file
GroovieGermanikus e00bd8ebc9
clarify names + fix config
2023-10-20 13:08:23 +02:00
docs add docs 2023-10-14 17:45:24 +02:00
static add turbo.js and favicon 2023-10-13 22:48:39 +02:00
templates cluster switch 2023-10-20 11:44:56 +02:00
.dockerignore Fly.io deployment config 2023-06-12 18:07:55 +02:00
.gitignore Initial commit 2023-06-12 18:04:52 +02:00
Procfile Fly.io deployment config 2023-06-12 18:07:55 +02:00
README.md cluster switch 2023-10-20 11:44:56 +02:00
app.py clarify names + fix config 2023-10-20 13:08:23 +02:00
config.py clarify names + fix config 2023-10-20 13:08:23 +02:00
fly.toml Fly.io deployment config 2023-06-12 18:07:55 +02:00
log_scale.py fix percentage 2023-10-18 12:00:10 +02:00
postgres_connection.py extract connection params 2023-10-18 09:20:38 +02:00
recent_blocks_database.py use linear scale 2023-10-18 12:42:17 +02:00
requirements.txt update requirements.txt 2023-10-18 10:55:45 +02:00
transaction_database.py fix datetime format 2023-10-18 12:54:23 +02:00

README.md

Solana Tx Error Page!

Status

Pre-alpha / demo only

Screenshots

Transaction errors with messages

Transaction Errors

Blocks fill rate / errors / total tx

Recent Blocks

Development

Caution: Port 5000 cannot be used on MacOS.

# Unix/macOS
python3 -m venv .venv
source .venv/bin/activate
SOLANA_CLUSTER=testnet PGDATABASE=da11copy PGUSER=query_user PGPASSWORD=secret TEMPLATES_AUTO_RELOAD=True flask run --port 5050 --debug --reload

Open Firefox Browser and navigate to ...