A web wallet for noobs who can't use a CLI.
Go to file
lza_menace 3a9c13919d add simple makefile 2020-12-28 20:26:22 -08:00
bin fix startup script 2020-09-27 05:59:20 -07:00
wowstash remove unused file and adjust lock/unlock balance display 2020-12-24 23:50:41 -08:00
.gitignore commit project thus far 2020-08-21 00:39:59 -07:00
Dockerfile ship a container ready setup 2020-09-25 02:10:12 -07:00
LICENSE Initial commit 2020-08-18 04:59:08 +00:00
Makefile add simple makefile 2020-12-28 20:26:22 -08:00
README.md add env-example and update readme 2020-09-27 07:40:23 -07:00
docker-compose.es.yaml remove kib/es from default compose file 2020-09-27 05:56:06 -07:00
docker-compose.yaml use normal pg port 2020-12-18 09:18:37 -08:00
env-example add env-example and update readme 2020-09-27 07:40:23 -07:00
requirements.txt get it prod ready 2020-09-25 00:25:35 -07:00

README.md

wowstash

A web wallet for noobs who can't use a CLI.

Setup

# Create new database secrets
cp env-example .env
vim .env

# Setup app secrets
cp wowstash/config.{example.py,py}
vim wowstash/config.py

# Run db (postgres) and cache (redis) containers
docker-compose up -d