Skip to content

yogendra-17/specterext-warden

Repository files navigation

specterext-warden

Warden as an specter extension

GitHub release Open Source? Yes!

Requirements:

🐍 Python 3.8

specter-desktop v1.12.0

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.

INSTALLATION

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 .

Run server

# Start specter
python3 -m cryptoadvance.specter server --config DevelopmentConfig --debug

Screenshot

Screenshot image Screenshot from 2022-08-26 13-34-56

Contribution

forthebadge made-with-python

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.