Warden as an specter extension
🐍 Python 3.8
This app was built with a couple of goals:
- Easily track portfolio values in fiat.
- Monitors Wallets and Addresses for activity using your own node and notifies user of activity.
- Track your Bitcoin node status.
git clone https://github.com/yogendra-17/specterext-warden.git
# we assume that you have cloned specter-desktop in parallel with specterext-warden
cd specterext-warden
# Use the environment from specter-desktop
. ../specter-desktop/.env/bin/activate
#install additional requirements
pip3.8 install -r requirements.txt
#install all the compatible packages version using pip installation,if recieve uncompatible package warning.
pip3 install -e .
# Start specter
python3 -m cryptoadvance.specter server --config DevelopmentConfig --debug
We believe Open Source is the future of development for bitcoin. There is no other way when transparency and privacy are critical.
The code is not compiled and it can be easily audited. It can also be modified and distributed as anyone wishes.