Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mylinuxchoice/trading-cryptocurrency-with-pancakeswap-ui

Trading cryptocurrency with Pancakeswap UI
https://github.com/mylinuxchoice/trading-cryptocurrency-with-pancakeswap-ui

binance binance-api crypto cryptocurrency hack kali pancakeswap pancakeswap-bot python3 trade-bot uniswap uniswap3 web3 web3js web3py webapp

Last synced: about 4 hours ago
JSON representation

Trading cryptocurrency with Pancakeswap UI

Awesome Lists containing this project

README

        

[![LinkedIn][linkedin-shield]][linkedin-url]





Logo

Trading cryptocurrency with Pancakeswap UI


If you enjoyed the bot don't forget to give a STAR

⭐️⭐️⭐️



A BOT that will make easy your life in Trading.





[contributors-shield]: https://img.shields.io/github/contributors/othneildrew/Best-README-Template.svg?style=for-the-badge
[contributors-url]: https://github.com/othneildrew/Best-README-Template/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/othneildrew/Best-README-Template.svg?style=for-the-badge
[forks-url]: https://github.com/othneildrew/Best-README-Template/network/members
[stars-shield]: https://img.shields.io/github/stars/othneildrew/Best-README-Template.svg?style=for-the-badge
[stars-url]: https://github.com/othneildrew/Best-README-Template/stargazers
[issues-shield]: https://img.shields.io/github/issues/othneildrew/Best-README-Template.svg?style=for-the-badge
[issues-url]: https://github.com/othneildrew/Best-README-Template/issues
[license-shield]: https://img.shields.io/github/license/othneildrew/Best-README-Template.svg?style=for-the-badge
[license-url]: https://github.com/othneildrew/Best-README-Template/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/zain-ullah-466aa4125/
[product-screenshot]: images/screenshot.png

Watch tutorial on Youtube






## About The Project

Decentralized market is too volatile to trade, So I have come up with this BOT so you can get more profit by selling and buying tokens at better prices, also the trade will be executed in seconds.

Defi PancakeSwap BOT is programmed in Python to buy and sell tokens once the target is hit, or can also be automated.

Let me know if you get unexpected errors so that I can update the code because it has a lot of scenarios to cover.

Table of Contents



  1. About The Project



  2. Getting Started


  3. Contributing

  4. Contact

### Built With

* [Python](https://www.python.org/)

## Getting Started

Follow the commands

### Prerequisites
* Go to path folder

* Create a python virtual environment
```sh
python -m venv defi-env
pip install -r requirements.txt
```

### HOW TO USE (Up and Running)
```
1. Go to Folder Path
2. Type in Command Line: python runDefi.py
3. Enter Token address for a Trade
4. Enter what type of Target to Hit Up, Down or UpDown
5. Enter your Target Price
6. Wait for target to Hit
7. You'll get an alert system.beep
8. Option to how much coin you want to sell ( Or you simply can Automate it, by changing bit code as explained in the Youtube Tutorial)
```