Using Uniswap V2, I want to monitor new Pools and execute a buy order in the same transaction.
I have my script but I want to test
What is the suggested or conventional way to follow??
Nov 19, 2023, 2:06 AM
you can use hardhat or anvil/foundry to simulate a local network and run your scripts against it
Nov 19, 2023, 2:18 AM