PANCAKESWAP PREDICTION

This script automates the process of playing the prediction game on pancakeswap by using TradingView's TA indicators and ethers.js to send the transaction

Installation

# install pnpm for faster installation
npm i -g pnpm

# install dependencies
pnpm i

# copy the .env.example file to .env and fill in the values
cp .env.example .env

Usage

# run the script
pnpm start