An open API service indexing awesome lists of open source software.

https://github.com/perimetersec/fuzzlib

General purpose unopinionated Solidity fuzzing library for stateful and stateless fuzzing
https://github.com/perimetersec/fuzzlib

Last synced: 6 days ago
JSON representation

General purpose unopinionated Solidity fuzzing library for stateful and stateless fuzzing

Awesome Lists containing this project

README

        

# Fuzzlib
Fuzzlib is an unopinionated Solidity library designed for both stateful and stateless fuzzing of smart contracts. It provides a collection of useful functions and libraries designed to streamline fuzzing harness development with Echidna, Medusa, and Foundry, making the process easier and more efficient.

**Fuzzlib is still in alpha and under active development with potential future breaking changes!**

## Branches
* `main`: Latest `fl.` namespace
* `v0_2`: Old namespace version for backwards compatibility