Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages