For the complete documentation index, see llms.txt. This page is also available as Markdown.

web3_clientVersion

Returns current client version

web3.clientVersion

Returns

The current version.

Example

const clientVersion = web3.clientVersion
console.log(clientVersion)
> clover/v11.1/fc-rpc-0.1.0-clover

Last updated