DragonDev1906 / rlp-inspect

Small helper tool for inspecting RLP encoded data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rlp-inspect

A small binary that helps with decoding RLP encoded data (for Example from Ethereum).

Usage

# This is not valid RLP, I truncated it for readability.
echo "0xf8419e20d9548b62a8d603" | cargo run

About

Small helper tool for inspecting RLP encoded data.

License:MIT License


Languages

Language:Rust 100.0%