Difference between revisions of "Rlpdump"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
* https://github.com/ethereum/go-ethereum/tree/master/cmd/rlpdump | * https://github.com/ethereum/go-ethereum/tree/master/cmd/rlpdump | ||
+ | |||
+ | <pre> | ||
+ | rlpdump --help | ||
+ | Usage: rlpdump [-noascii] [-hex <data>][-reverse] [filename] | ||
+ | -hex string | ||
+ | dump given hex data | ||
+ | -noascii | ||
+ | don't print ASCII strings readably | ||
+ | -pos | ||
+ | display element byte posititions | ||
+ | -reverse | ||
+ | convert ASCII to rlp | ||
+ | -single | ||
+ | print only the first element, discard the rest | ||
+ | |||
+ | Dumps RLP data from the given file in readable form. | ||
+ | If the filename is omitted, data is read from stdin. | ||
+ | </pre> | ||
Revision as of 16:10, 16 August 2024
rlpdump --help Usage: rlpdump [-noascii] [-hex <data>][-reverse] [filename] -hex string dump given hex data -noascii don't print ASCII strings readably -pos display element byte posititions -reverse convert ASCII to rlp -single print only the first element, discard the rest Dumps RLP data from the given file in readable form. If the filename is omitted, data is read from stdin.
See also
- RLP:
rlpdump, transactions.rlp
, RLPx protocol - EVM,
evm [ run | block-builder ]
- EVM, zkEVM,
evm
, Avalanche subnet EVM, Solidity, Celo, Arbitrum, ette, BlockScout, Tornado Cash, Evmos, ChainList, Precompiles, Multicall, Linea, Ethereum Yellowpaper, Optimism, Chain ID, Blast.io brew install ethereum: geth, clef, evm, ethkey
Advertising: