[go: nahoru, domu]

Skip to content

Specter Desktop plugin to add time series charts for visualizing wallet balances

License

Notifications You must be signed in to change notification settings

PaarthAgarwal/specterext-stacktrack

 
 

Repository files navigation

chart_ss

specterext-stacktrack

Specter Desktop plugin to add time series charts for visualizing wallet balances.

To run:

$ git clone https://github.com/cryptoadvance/specterext-stacktrack.git
$ cd specterext-stacktrack
$ pip3 install virtualenv
$ virtualenv --python=python3 .env
# or do this instead to avoid 3.10, as it isn't yet supported
# $ virtualenv --python=python3.9 .env
$ source .env/bin/activate
$ pip3 install -r requirements.txt
$ pip3 install -e .
$ python3 setup.py install
$ pip3 install cryptoadvance.specter
$ python3 -m cryptoadvance.specter server --config DevelopmentConfig --debug

Then point your browser to http://localhost:25441 and choose Services → StackTrack.

Development

Running unit tests:

$ pytest

About

Specter Desktop plugin to add time series charts for visualizing wallet balances

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.3%
  • Shell 13.3%
  • Jinja 5.4%