Package Exports
- eth-lib
- eth-lib/src/account
- eth-lib/src/hash
- eth-lib/src/rlp
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eth-lib) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
EthFP
Lightweight Ethereum libraries with strong emphasis in simplicity, efficiency, type consistency, purity and absolute modularity. It is heavily inspired by, and in many parts ported from EthJS, with some tweaks to:
Eliminate some inefficiencies (ex: RLP dependency, which is currently bigger/slower than it could be);
Make the implementation a little bit closer to a pure functional programming style.
This will, hopefully, make function interfaces a little bit cleaner, unecessary format conversions less frequent, and minified .js builds faster and smaller. Moreover, it is a step in the direction of formalizing Ethereum on Coq, Idris, Agda or similar, which, in a future, could be used to analyze DApps and smart-contracts in type-theory for ultimate safety.