Web wallet for Wownero
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.
 
 
 
 
 
Go to file
lza_menace e8e97c9f1c Add seed restore functionality (#2)
minor css adjustment

simplify wallet init and enter teh matrix

add another check on seed inputs

add stronger language around wallet deletion and seed restores

add command to manually reset wallet data for a user

update connect payload and adjust minor template/js

remove debug statements

refactor loading javascript, html, and status payload

remove unused ref to .map

tighten up logic and html template

save template updates

Merge branch 'master' of git.wownero.com:lza_menace/wowstash into seed-restores

modify workflow to allow seed restoral

Co-authored-by: lza_menace <lza_menace@protonmail.com>
Reviewed-on: https://git.wownero.com/lza_menace/wowstash/pulls/2
4 years ago
bin Add seed restore functionality (#2) 4 years ago
wowstash Add seed restore functionality (#2) 4 years ago
.gitignore commit project thus far 4 years ago
Dockerfile ship a container ready setup 4 years ago
LICENSE Initial commit 4 years ago
Makefile add simple makefile 4 years ago
README.md add env-example and update readme 4 years ago
docker-compose.es.yaml remove kib/es from default compose file 4 years ago
docker-compose.yaml use normal pg port 4 years ago
env-example add env-example and update readme 4 years ago
requirements.txt get it prod ready 4 years ago

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