Web3 HTTP Providers

JSON RPC over HTTPS

A provider is the interface that web3 uses to talk to the blockchain. Providers take JSON-RPC requests and return the response.

You can use http-provider as example.

Filparty has an endpoint. It is freee!!! 👍

https://provider.filparty.com

Example for the mainnet : Python
from web3 import Web3
w3 = Web3(Web3.HTTPProvider('https://provider.filparty.com'))

2 thoughts on “Web3 HTTP Providers

  1. Hi Jessica,

    I’m new to your Blog’s page. Let me say that this one is a very instructive post, congratulations!!!

    I’m currently prototyping an automation platform for service providers willing to digitize their operational business processes.
    One feature I’m planning to add is to store process data in private Blockchain, and for that, I must first POC it.

    Could we have a quick catch-up regarding the usage of Filparty for that need?

    Kind regards,
    Arnaud POUTIEU

Leave a Reply

Your email address will not be published. Required fields are marked *