FireWallet browser wallet
Go to file
Nathan Woodburn 98004cd1ac
All checks were successful
Build Docker / Build Image (push) Successful in 1m3s
feat: Add docker image
2024-01-29 15:22:39 +11:00
.gitea/workflows feat: Add docker image 2024-01-29 15:22:39 +11:00
templates feat: Add install instructions and update login to have a dropdown 2024-01-29 15:19:38 +11:00
.gitignore feat: Initial code drop 2023-12-28 13:34:48 +11:00
account.py feat: Add basic settings and wallet creation 2024-01-29 15:07:46 +11:00
Dockerfile feat: Add docker image 2024-01-29 15:22:39 +11:00
domainLookup.py fix: Stop crash with domain without DNS 2024-01-03 02:05:48 +11:00
example.env feat: Add install instructions and update login to have a dropdown 2024-01-29 15:19:38 +11:00
grant.md feat: Add send page 2023-12-28 16:04:45 +11:00
LICENSE.md Initial commit 2023-12-28 11:10:28 +11:00
main.py feat: Add install instructions and update login to have a dropdown 2024-01-29 15:19:38 +11:00
README.md feat: Add install instructions and update login to have a dropdown 2024-01-29 15:19:38 +11:00
render.py feat: Add install instructions and update login to have a dropdown 2024-01-29 15:19:38 +11:00
requirements.txt feat: Add receive function 2023-12-28 16:58:11 +11:00
server.py feat: Initial code drop 2023-12-28 13:34:48 +11:00

FireWalletBrowser

Installation

git clone https://github.com/Nathanwoodburn/firewalletbrowser.git
cd firewalletbrowser
python3 -m pip install -r requirements.txt
cp example.env .env
# Edit .env to include your HSD API key

Usage

Make sure HSD is running then run the following commands:

python3 server.py
# Or for more verbose output
python3 main.py

Then access the wallet at http://localhost:5000