https://github.com/paulperegud/erlp
Ethereum's RLP implementation in Erlang
https://github.com/paulperegud/erlp
erlang ethereum rlp serialization
Last synced: about 1 month ago
JSON representation
Ethereum's RLP implementation in Erlang
- Host: GitHub
- URL: https://github.com/paulperegud/erlp
- Owner: paulperegud
- License: other
- Created: 2017-06-13T10:42:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T11:18:57.000Z (over 7 years ago)
- Last Synced: 2025-07-14T12:25:50.613Z (11 months ago)
- Topics: erlang, ethereum, rlp, serialization
- Language: Erlang
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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