Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 448 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 448 Bytes

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