2016-09-06 20:03:40 +00:00
|
|
|
Web3.py
|
2016-09-06 18:49:40 +00:00
|
|
|
=======
|
|
|
|
|
|
2016-09-06 20:03:40 +00:00
|
|
|
Web3.py is a python library for interacting with Ethereum. It's API is derived
|
|
|
|
|
from the `Web3.js`_ Javascript API and should be familiar to anyone who has
|
|
|
|
|
used ``web3.js``.
|
2016-09-06 18:49:40 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
Contents
|
|
|
|
|
--------
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
|
|
quickstart
|
|
|
|
|
overview
|
2016-09-08 14:57:56 +00:00
|
|
|
filters
|
|
|
|
|
contracts
|
2016-10-08 03:46:57 +00:00
|
|
|
managers
|
2016-12-28 17:50:45 +00:00
|
|
|
providers
|
2016-09-07 19:33:00 +00:00
|
|
|
web3.main
|
2016-09-07 19:11:02 +00:00
|
|
|
web3.eth
|
|
|
|
|
web3.db
|
|
|
|
|
web3.shh
|
|
|
|
|
web3.personal
|
|
|
|
|
web3.version
|
|
|
|
|
web3.txpool
|
|
|
|
|
web3.miner
|
|
|
|
|
web3.admin
|
2016-09-08 14:57:56 +00:00
|
|
|
conventions
|
2016-09-06 18:49:40 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
|
------------------
|
|
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
|
* :ref:`modindex`
|
|
|
|
|
* :ref:`search`
|
2016-09-06 20:03:40 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
.. _Web3.js: https://github.com/ethereum/wiki/wiki/JavaScript-API
|