mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-23 03:28:07 +00:00
added doc search
This commit is contained in:
parent
7054f8293e
commit
dad9ed7538
@ -4,17 +4,31 @@ web3.js - Ethereum JavaScript API
|
||||
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.
|
||||
|
||||
The following documentation will guide you through installing and running web3.js,
|
||||
as well as providing a reference documentation with examples.
|
||||
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.
|
||||
|
||||
Contents:
|
||||
|
||||
:ref:`Keyword Index <genindex>`
|
||||
:ref:`Keyword Index <genindex>`, :ref:`Search Page <search>`
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: User Documentation
|
||||
|
||||
getting-started.rst
|
||||
api-reference.rst
|
||||
contract-object.rst
|
||||
getting-started
|
||||
|
||||
|
||||
.. _api-reference:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: API Reference
|
||||
|
||||
web3-utils
|
||||
web3-eth
|
||||
web3-net
|
||||
web3-personal
|
||||
web3-admin
|
||||
|
||||
.. contract-object.rst
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
###############
|
||||
API Reference
|
||||
web3.eth
|
||||
###############
|
||||
|
||||
Some text
|
Loading…
x
Reference in New Issue
Block a user