All Projects → iamredbar → PoolTool

iamredbar / PoolTool

Licence: MIT license
A simple Python tool to help anyone use Liquidity Pools on the BitShares blockchain.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to PoolTool

bitshares-mobile-app
This is the mobile app for bitshares blockchain
Stars: ✭ 44 (+158.82%)
Mutual labels:  bitshares, bitshares-blockchain
bsips
BitShares Improvement Proposals and Protocols. These technical documents describe the process of updating and improving the BitShares blockchain and technical ecosystem.
Stars: ✭ 63 (+270.59%)
Mutual labels:  bitshares
hypertext
A text-forward Uniswap interface.
Stars: ✭ 77 (+352.94%)
Mutual labels:  uniswap
top100token-ape-bot
UniSwapV2 compatible EVM Ape trading bot, customizable and support multiple blockchain: BSC,Ethereum,DogeChain,Polygon,Fantom,Avax
Stars: ✭ 123 (+623.53%)
Mutual labels:  uniswap
bitshares-go
Bitshares golang client
Stars: ✭ 18 (+5.88%)
Mutual labels:  bitshares
zeneth
🏵️ Let Your ETH Chill — Gasless Ethereum account abstraction with Flashbots
Stars: ✭ 112 (+558.82%)
Mutual labels:  uniswap
uniswap-skim
scripts to scan all of the uniswapV2🦄 contracts on ethereum and search for skim opportunities
Stars: ✭ 126 (+641.18%)
Mutual labels:  uniswap
bitshares wallet
The bitshares wallet app for Android devices.
Stars: ✭ 31 (+82.35%)
Mutual labels:  bitshares
yield-liquidator
Utility for force-closing undercollateralized Yield Protocol loans and participating in dutch auctions with liquidity sourced by Uniswap flash loans
Stars: ✭ 174 (+923.53%)
Mutual labels:  uniswap
v3-staker
Canonical liquidity mining contract for Uniswap V3
Stars: ✭ 289 (+1600%)
Mutual labels:  uniswap
awesome-uniswap-v3
A curated list of awesome Uniswap v3 resources
Stars: ✭ 375 (+2105.88%)
Mutual labels:  uniswap
go-bitshares
API for Bitshares - supports websocket RPC & Wallet functions
Stars: ✭ 22 (+29.41%)
Mutual labels:  bitshares
DEXBot
Trading Bot for the BitShares Decentralized Exchange
Stars: ✭ 232 (+1264.71%)
Mutual labels:  bitshares
visor-core
The DeFi protocol for Active Liquidity Management. Building on Uniswap v3.
Stars: ✭ 50 (+194.12%)
Mutual labels:  uniswap
uniswap-arbitrage-flash-swap
Uniswap flash swap arbitrage solidity contracts
Stars: ✭ 341 (+1905.88%)
Mutual labels:  uniswap
uniswap-python
🦄 The unofficial Python client for the Uniswap exchange.
Stars: ✭ 533 (+3035.29%)
Mutual labels:  uniswap
uniswapv3-calculator
An all-in-one platform for Uniswap liquidity providers (prev Uniswap Calculator)
Stars: ✭ 131 (+670.59%)
Mutual labels:  uniswap
interface
🦄 An open source interface for the Uniswap protocol
Stars: ✭ 3,657 (+21411.76%)
Mutual labels:  uniswap
api-deprecated
🔮 Uniswap market data
Stars: ✭ 84 (+394.12%)
Mutual labels:  uniswap
squeeth-monorepo
Squeeth is a new financial primitive in DeFi that gives traders exposure to ETH²
Stars: ✭ 156 (+817.65%)
Mutual labels:  uniswap

PoolTool 2.0.0


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


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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].