Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ib0b/pancake-prediction-bot
https://github.com/ib0b/pancake-prediction-bot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ib0b/pancake-prediction-bot
- Owner: ib0b
- License: mit
- Created: 2022-09-28T15:54:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T17:21:54.000Z (over 2 years ago)
- Last Synced: 2023-03-04T11:18:47.596Z (almost 2 years ago)
- Language: JavaScript
- Size: 84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pancake Prediction Bot
This is a Web3 bot that plays the popular Dapp game from https://pancakeswap.finance/prediction
## Insallation
Requires Node.js v16+ Installed
After cloning edit .env with your private key. As alway take caution and confirm code is not malicious before this. Double check package.json has no malicious modules and all modules map to original names.
```
git clone https://github.com/ib0b/pancake-predictions-bot
npm install
```## Running the bot
This application is provided with placeholder logic. Please change the logic before running. Check index.js for the respecitive TODOs
Once done run with the following command```
node .
```## Contributing
Feel free to create a PR