Official Library for ESP32 and infura

Hi there, I’m finding the best library available on the internet to integrate ESP32 and infura. All the other documentation I found are outdated or provide little or no support.

Thanks in advance.

Hi @haseebsyed30000, and welcome to the Infura community!

What language are you programming this with? As far as interacting with us, you can fall back onto your HTTP client, which would be low-level and will allow you to manage your data in JSON-RPC, but since nothing in Ethereum is specific to any architecture, but rather a language, you’d be best served to use the language’s library (i.e. web3.js for JavaScript, web3.j for Java, etc).