app | ||
src | ||
.gitignore | ||
cli.py | ||
LICENSE | ||
README.md | ||
requirements.txt |
Elements Node Python RPC Tools
This repository contains a collection of simple Python tools for interacting with an Elements node using RPC credentials. These scripts allow you to perform various tasks such as checking balances, sending assets, creating wallets, and more.
Setup
Clone this repository to your local machine:
git clone https://happytavern.co/oceanslim/elements.py.git
cd elements.py
Usage
Windows
Just run the cli.exe
in the root directory of this repository. The program will walk you through all the necessay steps to begin using the cli and when all requirements are met, the cli will load with initial instructions.
If you are on Linux or MacOS, you will need python installed before you can run cli.py You can download Python Here
Flask App Development
First install the requirements with
pip install -r requirements.txt
Then from the root directory, run:
python -m flask --app .\app\app.py run
This will start the app @ http://127.0.0.1:5000
License
This repository is provided under the MIT License. Feel free to use, modify, and distribute these scripts as needed. Contributions and improvements are welcome. ❤️
See the LICENSE file for details.