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