@hackage hevm0.50.2
Ethereum virtual machine evaluator
Categories
License
AGPL-3.0-only
Maintainer
mikael@brockman.se, martin.lundfall@gmail.com, git@d-xo.org
Links
Versions
Installation
Dependencies (81)
- Decimal >=0.5.1 && <0.6
- QuickCheck >=2.13.2 && <2.15
- abstract-par >=0.3.3 && <0.4
- aeson >=2.0.0 && <2.1
- ansi-wl-pprint >=0.6.9 && <0.7
- async >=2.2.4 && <2.3 Show all…
Dependents (0)
Package Flags
ci
(off by default)
Sets flags for compilation in CI
Hevm implements the Ethereum virtual machine semantics. . It can be used as a library, and it also comes with an executable that can run unit test suites, optionally with a visual TTY debugger.