Smart contracts fuzzing template repository.
What is Solidity Fuzzing Boilerplate?
The Solidity Fuzzing Boilerplate is a contract-testing template repository containing templates to fuzz your smart contracts with multiple fuzzing tools like Echidna and Foundry. SFB can help you write tests once and run them with both Echidna and Foundry. Additionally, by Deploying contracts to Ganache, you can fuzz components that use incompatible Solidity versions. Thus, the Solidity Fuzzing Boilerplate is intended to ease the fuzzing of Solidity projects and libraries.