Skip to content

AmisDEX/uniswapTradingBotKIF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uniswapTradingBotKIF

Binder Colab nbviewer

This is a trading bot that will buy and sell kif between two boundaries.

How to use:

1/ First option (recommended)

Open the notebook in Mybinder (click link above) and run it once the kernel is ready.

2/ Second option Proceed to install on your local host:

  1. use "pip install -r requirements.txt" to download the necessary libraries
  2. go to the var.py file and fill in the missing information in the keys dict
  3. open up uniTrade.py and edit run function at the bottom of the page to adjust the lower and upper bounds to you liking
  4. use "python uniTrade.py" to start the script

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 56.1%
  • Python 43.9%