3.2.6 ⢠Published 9 years ago
rpc-check v3.2.6
rpc-check
Checks for JSON RPC endpoints of ethereum nodes and displays basic statistics and gives a gist how accessible it is.
ā rpc-check -h
Usage: rpc-check [options] <uri>
RPC Check - Checks for Ethereum JSON RPC Nodes
Options:
-h, --help output usage information
-v, --version output the version number
--block include the last block
--verbose verbose output
--json only JSON outputReason for this tool to exist: There is like 10 mistakes a lot of people make with their RPC nodes and some of them are revealed by this cli tool.
This tool checks:
Usage
rpc-check http://localhost:8545
version EthereumJS TestRPC/v2.2.7/ethereum-js
network 1475011275094
mining true
accounts 10
gasPrice 1Only JSON output
rpc-check http://localhost:8545 --json
{
"version": "EthereumJS TestRPC/v2.2.7/ethereum-js",
"network": "1475011275094",
"mining": true,
"accounts": 10,
"gasPrice": 1
}Install
npm install rpc-check -g3.2.6
9 years ago
3.2.5
9 years ago
3.2.4
9 years ago
3.2.3
10 years ago
3.2.2
10 years ago
3.2.1
10 years ago
3.2.0
10 years ago
3.1.5
10 years ago
3.1.4
10 years ago
3.1.3
10 years ago
3.1.2
10 years ago
3.1.1
10 years ago
3.1.0
10 years ago
3.0.1
10 years ago
3.0.0
10 years ago
2.9.0
10 years ago
2.8.0
10 years ago
2.7.2
10 years ago
2.7.0
10 years ago
2.6.0
10 years ago
2.5.0
10 years ago
2.3.0
10 years ago
2.2.0
10 years ago
2.1.2
10 years ago
2.1.1
10 years ago
2.1.0
10 years ago
2.0.1
10 years ago
2.0.0
10 years ago
1.8.0
10 years ago
1.7.0
10 years ago
1.6.1
10 years ago
1.6.0
10 years ago
1.5.0
10 years ago
1.4.0
10 years ago
1.3.0
10 years ago
1.2.0
10 years ago
1.1.0
10 years ago
