ESP32 Ganache local server

Hi everyone!

I run my Ganache local server on my computer which is connected to WiFi on my phone. How can I connect my ESP32 to Ganache and sendTransaction to the deployed smartContracts?

Thank you in advance!

Hello, if you can make a http call to a server running on the computer then you could also send a request to that ganache server running on that computer.