eth-info.head.groff (493B)
1 .TH eth-info 1 2 3 .SH NAME 4 eth-info - Return key metrics from the current state of the EVM network. 5 6 .SH SYNOPSIS 7 \fBeth-info\fP [ -p \fIrpc_provider\fP ] [ \fIkey\fP ] 8 9 .SH DESCRIPTION 10 \fBeth-info\fP reports statistics from the current state of the EVM network: 11 12 .EX 13 $ eth-info 14 Block: 1024478 15 Gas price: 1000000000 16 .EE 17 18 An individual data item may be specified using the \fIkey\fP positional argument: 19 20 .EX 21 $ eth-info block 22 Block: 1024478 23 $ eth-info --raw gas_price 24 1000000000 25 .EE 26 27 .SS OPTIONS