You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Rishi Panthee 6ea2d9b111
Initial commit
5 months ago
.gitattributes Initial commit 5 months ago
.gitignore Initial commit 5 months ago
LICENSE Initial commit 5 months ago
README.md Initial commit 5 months ago
index.js Initial commit 5 months ago
package-lock.json Initial commit 5 months ago
package.json Initial commit 5 months ago

README.md

To setup:

Install Node.JS

curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt install nodejs -y
sudo apt install npm -y
hash -r
sudo npm install -g npm

Install dependencies:

npm i
npm i -g pm2

Modify swap routes and accounts, index.js variable at line 4 and 110.

Start it up

pm2 start index.js --name autoSwapWithdraw