Devcon VI

headlong: A Contract ABI and RLP Library for the JVM
10-14, 12:00–12:10 (America/Bogota), Talk 4

I describe how I implemented the solidity Contract ABI specification to make encoding and decoding faster and therefore more scaleable while also improving usability. headlong can parse any function signature or JSON description at runtime and do the type-checking of inputs before encoding and of outputs during decoding.

I also discuss how the command-line interface uses human-to-machine and machine-to-machine RLP-based serialization formats to consume arguments and produce results.

See also:

esaulpaugh/headlong