Skip to content
forked from bloq/rlpvalue

Ethereum RLP value stream C++ library

License

Notifications You must be signed in to change notification settings

secretarium/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

About

Ethereum RLP value stream C++ library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.7%
  • M4 28.3%
  • Makefile 1.5%
  • Shell 0.5%