CoopTRUE / PancakeswapPrediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 94.2%Language:Shell 5.8%