Skip to content
#

fuzz-testing

Fuzzing or fuzz testing is an automated software black box testing technique that evaluates the program’s reaction to providing invalid, unexpected, or random data as inputs to a computer program.

Here are 14 public repositories matching this topic...

Smart contract QA project using Hardhat, TypeScript and Chai for manual and automated testing. Includes sample ERC20 token (ExampleToken), unit tests, gas usage reporting, and best practices for blockchain quality assurance.

  • Updated Nov 26, 2025
  • TypeScript

🚀 Production-grade ERC-721 dApp boilerplate. Built with Solidity (Foundry), Next.js 16 (App Router), Wagmi v2, and RainbowKit. Fully automated pipeline with single-command deployment, code-gen hooks, and property-based fuzz testing.

  • Updated Jul 2, 2026
  • TypeScript