Infura.io wrapper
Project description
Infura.io wrapper
Installation
pip3 install infura
Usage
import infura ifr = infura.Infura( project_id='your-project-id', project_secret='your-project-secret', network='mainnet', ) gas_price = ifr.eth_gas_price() balance = ifr.eth_get_balance(address, block)
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
infura-0.0.2.tar.gz
(1.8 kB
view hashes)
Built Distribution
infura-0.0.2-py3-none-any.whl
(3.1 kB
view hashes)