Metadata-Version: 2.1
Name: warden_terminal
Version: 0.0.0.1
Summary: ANSI based text monitor for Bitcoin Info
Home-page: https://github.com/pxsocs/warden_terminal
Author: Alpha Zeta
Author-email: alphaazeta@protonmail.com
License: UNKNOWN
Description: # Welcome to WARden Terminal
        
        [![Powered by NGU](https://img.shields.io/badge/Powered%20by-NGU%20Technology-orange.svg)](https://bitcoin.org)
        
        > warden (wɔːʳdən )
        > A warden is responsible for making sure that the laws or regulations are obeyed.
        
        ## Installation
        
        Clone the git repository into any directory:
        
        ```bash
        git clone https://github.com/pxsocs/warden_terminal
        ```
        
        Then run:
        
        ```bash
        cd warden_terminal
        pip3 install -r requirements.txt
        python3 node_warden.py
        ```
        
        You need Tor Running for the app to work. Instructions [here](https://2019.www.torproject.org/docs/debian.html.en).
        
        The `config.ini` file can be edited with:
        
        ```bash
        nano config.ini
        ```
        
        There you can edit the currencies, etc.
        
        Enjoy
        
        **Please note that this is ALPHA software. There is no guarantee that the
        information and analytics are correct. Also expect no customer support. Issues are encouraged to be raised through GitHub but they will be answered on a best efforts basis.**
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
