Skip to content

bloq/rlpvalue

Repository files navigation

RLPValue

Summary

A universal value class for use with Ethereum RLP encoding/decoding.

See https://github.com/ethereum/wiki/wiki/RLP for more.

Installation

This project is a standard GNU autotools project. Build and install instructions are available in the INSTALL file provided with GNU autotools.

$ ./autogen.sh
$ ./configure
$ make