web3.js/docs/web3.rst
Fabian Vogelsteller a768895e75
doc changes
2016-11-01 16:29:30 +01:00

30 lines
502 B
ReStructuredText

====
web3
====
The web3.js object is a container object to house all ethereum related modules.
------------------------------------------------------------------------------
version
============
Contains the version of the web3.js container object.
-------
Returns
-------
``String`` - The version of the web3.js container object
-------
Example
-------
.. code-block:: javascript
web3.version;
> "1.0.0"
------------------------------------------------------------------------------