Java theorytheory 0/50 · 0%
Blockchain · hard

45. RLP Encoding

Ethereum's serialization format.

Recursive Length Prefix (RLP) is used to encode nested arrays of binary data, the primary encoding method for Ethereum.

Check your understanding

  1. 1. What does RLP encode?

  2. 2. Is Web3j handling RLP automatically?