rin wallet

This commit is contained in:
Dobromir Popov
2025-09-24 11:20:28 +03:00
parent 2fd3146bdb
commit a1a35a6bd6
10 changed files with 746 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/bash
set -euo pipefail
SCRIPT_DIR="/mnt/shared/DEV/repos/d-popov.com/scripts/MINE/rin/web_wallet"
if ! command -v python3 >/dev/null 2>&1; then
echo "python3 is required"
exit 1
fi
python3 "${SCRIPT_DIR}/server.py"