2016-10-14 16:21:16 +02:00
|
|
|
web3.js - Ethereum JavaScript API
|
2016-10-14 15:11:51 +02:00
|
|
|
===================================
|
|
|
|
|
2016-10-14 16:21:16 +02:00
|
|
|
web3.js is a collection of libraries which allow you to interact with a local or remote ethereum node,
|
|
|
|
using a HTTP or IPC connection.
|
2016-10-14 15:11:51 +02:00
|
|
|
|
2016-10-14 16:27:31 +02:00
|
|
|
The following documentation will guide you through :ref:`installing and running web3.js <adding-web3>`,
|
|
|
|
as well as providing a :ref:`API reference documentation <api-reference>` with examples.
|
2016-10-14 15:11:51 +02:00
|
|
|
|
2016-10-14 16:21:16 +02:00
|
|
|
Contents:
|
2016-10-14 15:11:51 +02:00
|
|
|
|
2016-10-14 16:27:31 +02:00
|
|
|
:ref:`Keyword Index <genindex>`, :ref:`Search Page <search>`
|
2016-10-14 15:11:51 +02:00
|
|
|
|
2016-10-14 16:21:16 +02:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
2016-10-14 16:27:31 +02:00
|
|
|
:caption: User Documentation
|
2016-10-14 15:11:51 +02:00
|
|
|
|
2016-11-01 15:02:27 +01:00
|
|
|
getting-started
|
|
|
|
installation
|
|
|
|
getting-around
|
2016-11-01 15:09:02 +01:00
|
|
|
web3-eth
|
2016-10-14 16:27:31 +02:00
|
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
:caption: API Reference
|
|
|
|
|
|
|
|
web3-utils
|
|
|
|
web3-eth
|
|
|
|
web3-net
|
|
|
|
web3-personal
|
|
|
|
web3-admin
|
|
|
|
|
|
|
|
.. contract-object.rst
|
2016-10-14 15:11:51 +02:00
|
|
|
|