Go to file
GroovieGermanikus a14f90869a
add error count
2023-10-18 11:51:12 +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 add error count 2023-10-18 11:51:12 +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 extract connection params 2023-10-18 09:20:38 +02:00
app.py extract connection params 2023-10-18 09:20:38 +02:00
fly.toml Fly.io deployment config 2023-06-12 18:07:55 +02:00
log_scale.py extract connection params 2023-10-18 09:20:38 +02:00
postgres_connection.py extract connection params 2023-10-18 09:20:38 +02:00
recent_blocks_database.py show error figures 2023-10-18 11:17:16 +02:00
requirements.txt update requirements.txt 2023-10-18 10:55:45 +02:00
transaction_database.py extract connection params 2023-10-18 09:20:38 +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
PGDATABASE=da11copy PGUSER=query_user PGPASSWORD=secret TEMPLATES_AUTO_RELOAD=True flask run --port 5050 --debug --reload

Open Firefox Browser and navigate to ...