Skip to content

Autoprovider repo template #1736

Closed
@kclowes

Description

@kclowes

What was wrong?

Currently, you can access an Infura provider in web3 using from web3.auto.infura import w3. This was good at the time because Infura was the only viable provider. However, a while back someone submitted a PR to add Nodesmith as an auto provider. After some internal discussion, we decided that we didn't want to be the gatekeeper for every new node provider, and decided that we would use Infura as an example to make a new template that people can follow to implement their own auto node providers.

How can it be fixed?

On a high level, pull out the logic for Infura's auto provider, put it in a new repo, and provide a web3 API for people to use their own auto provider package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions