Go to file
GroovieGermanikus 542bfb9c33
make hx-boost explicit; move css to main.css
2023-12-01 14:44:49 +01:00
.github/workflows Force deployment 2023-11-28 03:02:55 +00:00
docs add docs 2023-10-14 17:45:24 +02:00
static make hx-boost explicit; move css to main.css 2023-12-01 14:44:49 +01:00
templates make hx-boost explicit; move css to main.css 2023-12-01 14:44:49 +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 add option POOLED_DB_MAX_SIZE 2023-11-30 14:55:07 +01:00
app.py set db connection timeout 2023-12-01 07:38:38 +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 set db connection timeout 2023-12-01 07:38:38 +01:00
log_scale.py fix percentage 2023-10-18 12:00:10 +02:00
postgres_connection.py block pool if busy 2023-12-01 14:00:40 +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 remove flask turbo+sock 2023-12-01 07:22:42 +01:00
transaction_database.py autoupdate + limit 50 for tx 2023-11-29 08:02:13 +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 POOLED_DB_MAX_SIZE=8 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 POOLED_DB_MAX_SIZE=8 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 ...