diff --git a/docs/rlp/README.md b/docs/rlp/README.md index 090705b..b7304da 100644 --- a/docs/rlp/README.md +++ b/docs/rlp/README.md @@ -1,5 +1,7 @@ # Ethereum Recursive-Length-Prefix (RLP) Encoding, with code in Erlang and TypeScript +![RLP diagram](./rlp-thumb.png) + This is a standard for encoding arbitrary(ish)-depth lists of lists of ... of lists of bytestrings, as a single bytestring. diff --git a/docs/rlp/rlp-thumb.png b/docs/rlp/rlp-thumb.png new file mode 100644 index 0000000..f56c560 Binary files /dev/null and b/docs/rlp/rlp-thumb.png differ