Nethermind Docs
Github Repository
Home Page
Search…
English
Welcome to Nethermind
Contact
Social Media
Contact us
First steps with Nethermind
Getting Started
Supported platforms
Firewall Configuration
Hardware Requirements
Security
Manage Nethermind with systemd
Ethereum client
Download
Running Nethermind
Sync modes
Building Nethermind
JSON RPC
Admin module
Clique module
Debug module
Eth module
Net module
Parity module
Personal module
Proof module
Subscribe module
Trace module
TxPool module
Web3 module
JSON RPC WIKI
Docker
Networks
Private Networks
Database
Metrics
Logging Configuration
Configuration
Plugins
Monitoring Node's Health
MEV
MEV Plugin
Nethermind utilities
CLI
Guides and Helpers
FAQ
Upgrades
Custom Analytic Tools
Deploy Nethermind with Monitoring stack
Known Issues
Web3.py
Validator setup
ETH2 <-> Nethermind
Coding Style
Powered By
GitBook
Web3 module
web3_clientVersion
Returns the current client version.
Invocation
{"method":"web3_clientVersion","params":[]}
Returned type
Description
String
Example request of web3_clientVersion
Example response of web3_clientVersion
1
curl --data '{"method":"web3_clientVersion","params":[],"id":1,"jsonrpc":"2.0"}' -H "Content-Type: application/json" -X POST localhost:8545
Copied!
1
{
2
"jsonrpc"
:
"2.0"
,
3
"result"
:
Nethermind/v1.10.75
-
0
-
310037468
-
20210717/X64
-
Linux/5.0.7
,
4
"id"
:
1
5
}
Copied!
See also CLI web3.clientVersion
web3_sha3
Returns Keccak of the given data.
Invocation
{"method":"web3_sha3","params":[data]}
Parameter
Type
Description
data
Data
Returned type
Description
Hash
Example request of web3_sha3
Example response of web3_sha3
1
curl --data '{"method":"web3_sha3","params":[["0x47767638636211111a8d7341e5e972fc677286384f802f8ef42a5ec5f03bbfa254cb01abc"]],"id":1,"jsonrpc":"2.0"}' -H "Content-Type: application/json" -X POST localhost:8545
Copied!
1
{
2
"jsonrpc"
:
"2.0"
,
3
"result"
:
0xed3a98886604dcd55a159d55d35f7c14fa2f2aab7fbccbfa5511d8dadeea9442
,
4
"id"
:
1
5
}
Copied!
See also CLI web3.sha3
Previous
TxPool module
Next - Ethereum client
Docker
Last modified
6mo ago
Copy link
Contents
web3_clientVersion
web3_sha3