Skip to main content

ape-infura: Infura Provider plugins for Ethereum-based networks

Project description

Quick Start

Use the Infura provider plugin to interact with blockchains via APIs. This plugin supports the following ecosystems:

  • Ethereum
  • Polygon
  • Arbitrum
  • Optimism
  • Blast
  • Linea (awaiting ape-linea update)

Dependencies

Installation

via pip

You can install the latest release via pip:

pip install ape-infura

via setuptools

You can clone the repository and use setuptools for the most up-to-date version:

git clone https://github.com/ApeWorX/ape-infura.git
cd ape-infura
python3 setup.py install

Quick Usage

First, make sure you have one of the following environment variables set (it doesn't matter which one):

  • WEB3_INFURA_PROJECT_ID
  • WEB3_INFURA_API_KEY

Either in your current terminal session or in your root RC file (e.g. .bashrc), add the following:

export WEB3_INFURA_PROJECT_ID=MY_API_TOKEN

To use the Infura provider plugin in most commands, set it via the --network option:

ape console --network ethereum:sepolia:infura

To connect to Infura from a Python script, use the networks top-level manager:

from ape import networks

with networks.parse_network_choice("ethereum:mainnet:infura") as provider:
    # Also, access the websocket URI:
    print(provider.ws_uri)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ape-infura-0.7.3.tar.gz (16.6 kB view details)

Uploaded Source

Built Distribution

ape_infura-0.7.3-py3-none-any.whl (9.5 kB view details)

Uploaded Python 3

File details

Details for the file ape-infura-0.7.3.tar.gz.

File metadata

  • Download URL: ape-infura-0.7.3.tar.gz
  • Upload date:
  • Size: 16.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.14

File hashes

Hashes for ape-infura-0.7.3.tar.gz
Algorithm Hash digest
SHA256 eaad0c76560fefa0c2efd137034a510d8ff6e2f3ed6a4463ceb6bcb17fda6a3f
MD5 353515eb80a7fbd59897622ccdad663d
BLAKE2b-256 511d7540c85c53b128bdf4f13b6ce1ae52aad91d5cc95d40b485a7a650ee1e03

See more details on using hashes here.

File details

Details for the file ape_infura-0.7.3-py3-none-any.whl.

File metadata

  • Download URL: ape_infura-0.7.3-py3-none-any.whl
  • Upload date:
  • Size: 9.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.14

File hashes

Hashes for ape_infura-0.7.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a8ba3b150f82a1ac39f41a844e57654255bb80fdcf4dfc544ee7aed32b5a9753
MD5 91ac82099a75d9600419789931c43bce
BLAKE2b-256 0e3d33e5c7bb766bb556a1f9b29016fd089ef4fa5bebac0b1b2d00f858d1c865

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page