Go to file
GroovieGermanikus b5ec109185
add navbar
2023-11-27 14:00:19 +01:00
docs add docs 2023-10-14 17:45:24 +02:00
static Revert "fullscreen enabled" 2023-11-14 18:05:34 +00:00
templates add navbar 2023-11-27 14:00:19 +01:00
.dockerignore Procfile etc 2023-11-22 17:03:16 +01:00
.gitignore Initial commit 2023-06-12 18:04:52 +02:00
Dockerfile Connect to Postgres with SSL (#1) 2023-11-24 11:13:33 +00:00
README.md add search link to readme 2023-11-08 10:32:41 +01:00
app.py add navbar 2023-11-27 14:00:19 +01:00
block_details_database.py fix postgres pool error case - need to return the new connection 2023-11-25 00:54:07 +01:00
config.py clarify names + fix config 2023-10-20 13:08:23 +02:00
fly.toml fly docker 2023-11-22 18:04:13 +01:00
log_scale.py fix percentage 2023-10-18 12:00:10 +02:00
postgres_connection.py minor refactors 2023-11-25 01:02:53 +01:00
recent_blocks_database.py minor refactors 2023-11-25 01:02:53 +01:00
requirements.txt Procfile etc 2023-11-22 17:03:16 +01:00
transaction_database.py decode .errors json 2023-11-27 11:06:40 +01: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 ...