Go to file
Maximilian Schneider 7c63abc210
Update dashboard.html
2023-11-14 18:06:05 +00: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 Update dashboard.html 2023-11-14 18:06:05 +00: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 add search link to readme 2023-11-08 10:32:41 +01:00
app.py brush special pages 2023-10-27 21:35:24 +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 brush special pages 2023-10-27 21:35:24 +02:00
requirements.txt add form + ajax code 2023-10-27 19:48:14 +02:00
transaction_database.py brush special pages 2023-10-27 21:35:24 +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 ...