Go to file
Riordan Panayides 175279f4a8 Add fly deployment action 2023-11-28 03:00:51 +00:00
.github/workflows Add fly deployment action 2023-11-28 03:00:51 +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 clarify turbo 2023-11-27 17:16:12 +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 clone rows 2023-11-27 20:38:57 +01:00
README.md fix flask turbo compatibilty with gunicorn 2023-11-27 17:41:09 +01:00
app.py use deepcopy for websocket updates 2023-11-27 18:06:29 +01:00
block_details_database.py fix pg pool threading issue 2023-11-27 14:14:43 +01:00
config.py clarify names + fix config 2023-10-20 13:08:23 +02:00
fly.toml add fly health endpoint 2023-11-27 17:13:33 +01:00
log_scale.py fix percentage 2023-10-18 12:00:10 +02:00
postgres_connection.py clone rows 2023-11-27 20:38:57 +01:00
recent_blocks_database.py Merge pull request #5 from blockworks-foundation/adding_prio_fees_info 2023-11-27 14:27:53 +01:00
requirements.txt Procfile etc 2023-11-22 17:03:16 +01:00
transaction_database.py remove obsolte access 2023-11-27 17:28:42 +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

Use this to test with gunicorn:

SOLANA_CLUSTER=testnet PGDATABASE=da11copy PGPORT=5432 PGUSER=query_user PGPASSWORD=secret TEMPLATES_AUTO_RELOAD=True gunicorn app:webapp --bind :5050 --reload

Open Firefox Browser and navigate to ...