Skip to content
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 372 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 372 Bytes

ethereum-haskell

An independent and unaffiliated reimplementation of Ethereum in Haskell.

This is still in the early stages; many parts of the protocol are unimplemented, and there is very little documentation. However, the RLP encoding / decoding (including automatic deriving for datastructures) and an in-memory Patricia tree are both functional and well-tested.