Skip to content

paulperegud/erlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rlp

Erlang implementation of RLP serialization. RLP serialization is widely used in Ethereum project. Description of RLP serialization: https://github.com/ethereum/wiki/wiki/RLP

Values have to be represented as binaries. Lists consists of values and other lists.

On this implemenetation:

  • Native Erlang (no NIFs)
  • PropEr tests
  • No tests of performance yet
  • An OTP library

Build

$ rebar3 compile

About

Ethereum's RLP implementation in Erlang

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages