Setup
This is how you're going to run the bot on ur pc:
Create a new empty Solana wallet
Transfer some SOL to it.
Convert some SOL to USDC or WSOL.
You need USDC or WSOL depending on the configuration set below.
Configure the script by updating
.env.copy
file (remove the .copy from the file name when done).Install dependencies by typing:
npm install
Run the script by typing:
npm run start
in termin
Last updated