Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamredbar/PoolTool
A simple Python tool to help anyone use Liquidity Pools on the BitShares blockchain.
https://github.com/iamredbar/PoolTool
bitshares bitshares-blockchain liquidity-pools python uniswap
Last synced: about 2 months ago
JSON representation
A simple Python tool to help anyone use Liquidity Pools on the BitShares blockchain.
- Host: GitHub
- URL: https://github.com/iamredbar/PoolTool
- Owner: iamredbar
- License: mit
- Created: 2020-10-24T23:15:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-11T00:05:03.000Z (over 3 years ago)
- Last Synced: 2024-10-11T22:36:12.535Z (3 months ago)
- Topics: bitshares, bitshares-blockchain, liquidity-pools, python, uniswap
- Language: Python
- Homepage:
- Size: 225 KB
- Stars: 17
- Watchers: 5
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bitshares - PoolTool - A simple GUI tool to help anyone use Liquidity Pools on the BitShares blockchain. (Libraries / Tools and Scripts)
README
![PoolTool 2.0.0](https://user-images.githubusercontent.com/16945982/108139311-715fd800-7085-11eb-90bf-61ea19ae9fb5.png)
___ACCOUNT AND ACTIVE KEY ARE NOT PERSISTENT, YOU WILL NEED TO
ENTER THEM EACH TIME YOU LAUNCH THE APP (but not every transaction. that's a win).If / when Beet receives an update,
Beet will be used. More info about Beet here:
[Beet GitHub Page](https://github.com/bitshares/beet)---
## 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`:```shell
python3 -m venv env
```Activate the newly created environment:
```shell
source env/bin/activate
```### Installation
Method 1: Use `pip` to download and install from PyPI:
```shell
python3 -m pip install PoolTool
```Method 2: Download and install from source:
```shell
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):
```shell
source env/bin/activate
```Run PoolTool:
```shell
PoolTool
```___
## Using:
You will need to enter your account and active key via the menu in the top right.
Here you can also set a node to use if you would prefer a different node
than the default one (wss://api.iamredbar.com/ws).___
### Links:
Telegram: https://t.me/pooltool_community_edition
Issues: https://github.com/iamredbar/PoolTool/issues