web3.js/docs/index.rst

42 lines
885 B
ReStructuredText
Raw Normal View History

2016-11-01 16:26:46 +01:00
=================================
2016-10-14 16:21:16 +02:00
web3.js - Ethereum JavaScript API
2016-11-01 16:26:46 +01:00
=================================
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>`,
2016-11-08 11:36:10 +01:00
as well as providing a :ref:`API reference documentation <#id1>` 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:15:59 +01:00
getting-started
2016-11-01 16:03:03 +01:00
callbacks-promises-events
2016-11-08 11:08:17 +01:00
glossary
2016-10-14 16:27:31 +02:00
.. toctree::
:maxdepth: 2
:caption: API Reference
2016-11-01 16:26:46 +01:00
web3
2016-10-14 16:27:31 +02:00
web3-utils
web3-eth
web3-eth-subscribe
2016-11-08 11:08:17 +01:00
web3-eth-contract
2017-02-13 09:45:36 +01:00
web3-eth-iban
2017-02-22 20:59:27 +01:00
web3-eth-net
2017-02-13 11:51:43 +01:00
web3-shh
web3-bzz
2016-10-14 16:27:31 +02:00
web3-personal
web3-admin
.. contract-object.rst
2016-10-14 15:11:51 +02:00