eths-rlp: Ethereum Recursive Length Prefix Encoding

[ contracts, data, ethereum, finance, library, mit, network ] [ Propose Tags ]

RLP encoding/decoding, as described in the Ethereum Yellowpaper


[Skip to Readme]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
documentationDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4 && <5), binary, binary-strict, bytestring, hscolour (>=1.20 && <1.21) [details]
License MIT
Copyright 2016 Leonid Logvinov
Author Leonid Logvinov
Maintainer logvinov.leon@gmail.com
Category Ethereum, Finance, Data, Contracts, Network
Source repo head: git clone https://github.com/LogvinovLeon/RLP
Uploaded by LogvinovLeon at 2016-12-25T13:42:10Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1056 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-12-25 [all 1 reports]

Readme for eths-rlp-0.1.0.0

[back to package description]

RLP Build Status Gitter Chat

Ethereum RLP implementation in Haskell