==== 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"