Hello guys, good day, how is everyone?
I am trying to write a program that can scan the pairaddress of a contract and add liq then sync in 1 transaction. I want the contract to scan the pair address and replace according to a set threshold every 3 - 5 seconds. This has to scan every 3 seconds and top up the threshold automatically.
I tried building a webapp that can do this but it only allows 15 minutes. I want to try hangfire now. Can I build a smart contract that can do this? Can anyone help if you have an idea?
Oct 10, 2022, 7:37 PM
scan the pairaddress of a contract ?
Oct 10, 2022, 7:54 PM
I already have a function that checks the balance of the liq pair and can add and sync in 1 transaction. What I need is how to scan and call the function every 3 seconds or so, minimum.
Oct 10, 2022, 7:58 PM
different ways to do it, personally i would use pythons web3, and upload it on VPS
Oct 10, 2022, 7:59 PM
I am better with .NET
Oct 10, 2022, 8:01 PM
we all have our preferences
Oct 10, 2022, 8:01 PM