Skip to content

Open-source web XRP/XAH wallet. Securely and privately access your XRP wallet anywhere on the globe.

Notifications You must be signed in to change notification settings

lilmond/BisdakWallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BisdakWallet

Open-source web XRP/XAH wallet. Securely and privately access your XRP wallet anywhere on the globe.

Installation

Windows 10

python -m venv venv
venv\Scripts\activate.bat
pip install -r requirements.txt
python app.py

Linux (This was tested on: Ubuntu 20.04.6 LTS (GNU/Linux 5.4.0-190-generic x86_64))

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 app.py

Usage

  • Edit config/seeds.txt and PASSWORD in config/config.toml
  • Open (https://127.0.0.1), don't forget to type the https protocol, otherwise the page might not load.
  • You can access this on your mobile since the app is listening to (0.0.0.0). Just make sure you type the correct IP address and have port forwarding on in your router.

Donate

Support this project by donating. Any amount will be appreciated! (rpWJmMcPM4ynNfvhaZFYmPhBq5FYfDJBZu:2135011618), please don't forget the destination tag. Thank you!

About

Open-source web XRP/XAH wallet. Securely and privately access your XRP wallet anywhere on the globe.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published