โš’๏ธSetup Guide

1/ Pre-requisites:

Install Node v14+ on your computer: https://nodejs.org/en/download/

2/ Download Degen Snipe Bot

Download Degen Snipe Bot on the "code" page of the GitHub (private link at the moment) by clicking on Code > Download Zip:

3/ Install dependencies

-> Unzip the file

-> Go into the unzipped folder

-> In the folder, push "shift" on your keyboard, then do a right click

-> Click on "Open command windows here" or "Open Powershell windows here"

-> Run command: -npm install

4/ Configuration

[WALLET]

; This is your ETH wallet's private key.
SECRET_KEY=private_wallet_key

; The uptime of this node is pretty bad, you should consider using a private node.
WSS_NODE=wss://main-light.eth.linkpool.io/ws


[CONTRACTS]

; These variables support ETH pre-defined contract (ETH). 
; For other contracts, you'll have to specify the contract address yourself.
INPUT=ETH
OUTPUT=0xabcdefghijklmno


[TRANSACTION]

GAS_LIMIT=500000
GAS_PRICE=15

; This variable is the amount of ETH you wish to use with the input contract.

AMOUNT_IN=0.03
BUY_SLIPPAGE=10

4/ Run Degen Snipe Bot

-> Run command: - node index.js

Last updated