hevm

What is hevm

Debug, fuzz, or symbolically execute local code or mainnet state with a testing-oriented EVM.

What is hevm?

The hevm project is an EVM debugger and symbolic execution engine developed by DappHub. Built specifically for symbolic execution, unit testing, and debugging of smart contracts,the hevm command line program houses the capability to symbolically execute and debug smart contracts interactively while performing unit tests and other vulnerability assessments. As an implementation of the EVM, hevm serves as the execution engine for tool suites like dapp and smart contract fuzzers like Echidna.

hevm Alternatives:

Echidna
Echidna

Echidna is a fuzzing / property-based testing tool for Ethereum Smart Contracts.

Etheno
Etheno

Etheno is an all-in-one Ethereum security analysis and testing tool.

Solidity Fuzzing Boilerplate
Solidity Fuzzing Boilerplate

Smart contracts fuzzing template repository.