PoolTool

A simple Python tool to help anyone use Liquidity Pools on the BitShares blockchain.

PoolTool

First Time Setup Instructions:

Environment Setup

Before doing anything else, make sure to create a virtual environment.
In this case, we are creating an environment named env:

python3 -m venv env

Activate the newly created environment:

source env/bin/activate

Installation

Method 1: Use pip to download and install from PyPI:

python3 -m pip install PoolTool

Method 2: Download and install from source:

git clone https://github.com/iamredbar/PoolTool
cd PoolTool/
python3 -m pip install .

Running PoolTool after First Time Setup is complete

Make sure you have your environment active (if it's not already):

source env/bin/activate

Run PoolTool:

PoolTool

GitHub

https://github.com/iamredbar/PoolTool