You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lza_menace 62b593b6b2 trying out htmx for more pieces 11 months ago
..
data change db storage 1 year ago
lws trying out htmx for more pieces 11 months ago
.dockerignore rename web admin app 1 year ago
.gitignore rename web admin app 1 year ago
Dockerfile remove persistent wallet keys in db....only realtime api 1 year ago
Makefile rename web admin app 1 year ago
README.md rename web admin app 1 year ago
poetry.lock rename web admin app 1 year ago
pyproject.toml trying out htmx for more pieces 11 months ago

README.md

monero-lws web app

Client side web application for managing wallets in monero-lws.

Everything is stored server side, encrypted in a SQLite database lws.db.

/ - redirect to /setup if user not setup, to /login if not authenticated /setup - first time setup user account, encrypted session /login - log into encrypted session /wallet/add - add a wallet to LWS /wallet/:id - show wallet details (balances, txes, etc) /wallet/:id/remove - remove a wallet from LWS /wallet/:id/resync - resync wallet

Setup

python3 -m venv .venv
.venv/bin/pip install poetry
poetry install
poetry run start