DEV Community

QuickSwap/UniSwap Swap-Automation Web3

ChristianErdtmann on April 09, 2022

Hey i want to automate in javascript my interactions with QuickSwap. In the first step i just want to swap SAND to MATIC. (https://quickswap.exchan...
Collapse
 
jgw67 profile image
jgw67

There is a new cloud-based automation platform that can do what you want to do, called SaaSGlue (saasglue.com)
It can automate a multi-step process such as you described, with conditional routing. You can set up a free account and it will charge you just for the scripts you run.

Collapse
 
christianerdtmann profile image
ChristianErdtmann

Hey i checked this service out but i cant see how i should do a automation there without coding. I checked the routing of tasks but i dont see how i could do a task that switch coins without programming it.

Collapse
 
jgw67 profile image
jgw67

I see in your original post that you wanted to write a Javacript file to automate your process. In SaaSGlue you would upload that file or files to a job and then schedule them to run. You could write your scripts to hit the quickswap.exchange API and and then configure your SaaSGlue job to run them in AWS Lambda.

I see you created an account already. I'll have one of our engineers reach out to you directly.