Getting Started with Infura's Ethereum API - HTTPS & Websockets tutorial

Infura supports JSON-RPC over both HTTPS & WebSocket interfaces. In this tutorial, we’ll go through why you’d use each interface, as well as how to access the #Ethereum API via both methods using a Node.js example :rocket:

1 Like

nice, when python tutorial for the pythonic community?
really nice work, thanks for making our lives easier…

1 Like

@kaleb-keny - no problem! We don’t have a specific date in mind at this point, but when we do have a Python tutorial, we’ll be sure to post an update!

1 Like

awesome, if I might suggest including a section on using asyncio or any other asynch library on python to get data from infura… the web3.py library although is quite rich and great and easy to use, it lacks a lot in terms of asynchronous tasks, such as doing eth_call asynchrounously…
So I’m mainly using asyncio for the moment, but look forward if you guys put there any suggestions in the tutorial…
Thanks

1 Like

Thanks for the suggestion! We’ll definitely take that into consideration once we start writing that tutorial up.

1 Like