mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-24 03:58:13 +00:00
27 lines
348 B
ReStructuredText
27 lines
348 B
ReStructuredText
|
====
|
||
|
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"
|