web3.js/docs/web3.rst

27 lines
348 B
ReStructuredText
Raw Normal View History

2016-11-01 16:24:54 +01:00
====
web3
====
The web3.js object is a container object to house all ethereum related modules.
web3.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"