A simple Python tool to help anyone use Liquidity Pools on the BitShares blockchain
A simple Python tool to help anyone use Liquidity Pools on the BitShares blockchain. 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 […]
Read more