Skip to content

ultravigilante/SolanaBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana Buy Bot

Quick Start

  1. Open the terminal and clone the repo
git clone https://github.com/Deezzir/SolanaBot.git
  1. Change the directory to the cloned repo
cd SolanaBot
  1. Install Node.js and npm if you haven't already, and install the dependencies

A good way to install Node.js and NPM is to use npm DOCS

npm install
  1. Create a .env file in the root directory and add the following
RPC=
ACCOUNT_0=
ACCOUNT_1=
ACCOUNT_2=
ACCOUNT_3=
KEYS_DIR=./keys
JITOTIP=
FETCH_MINT_API_URL=
LIQUIDITY_FILE=
BLOCK_URL=
IPFS_API_KEY=
MONGO_URI=
  1. Build the project
npm run build
  1. Run the project
node dist/bot.js -h

About

Solana Buy Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%