web3.js/docs/index.rst

36 lines
790 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-01 16:03:03 +01:00
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:15:59 +01:00
getting-started
2016-11-01 16:03:03 +01:00
callbacks-promises-events
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-net
web3-personal
web3-admin
.. contract-object.rst
2016-10-14 15:11:51 +02:00