A collection of Python scripts for interacting with an elements node (Bitcoin Liquid Network) with RPC Credentials.
Go to file
2023-11-10 15:47:21 -05:00
src help changed to try 2023-11-10 15:47:21 -05:00
.gitignore console clears only after successful setup 2023-11-09 12:02:19 -05:00
cli.exe cli improvements, help defined in src 2023-11-09 12:10:46 -05:00
cli.py cli improvements, help defined in src 2023-11-09 12:10:46 -05:00
README.md update readme and reformat help.py 2023-11-09 12:32:35 -05:00
requirements.txt refactored scripts, new cli tool in root, setup now dependancies from requirements.txt 2023-11-09 09:35:40 -05:00

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

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. ❤️