Files
pezkuwi-runtime-templates/generic-template/template-fuzzer
pezkuwichain d839cbd92b Complete terminology rebrand to Pezkuwi ecosystem
Applied global changes: Polkadot->Pezkuwi, Parachain->TeyrChain, pallet->pezpallet, frame->pezframe.

Updated authors in Cargo.toml to include Kurdistan Tech Institute and pezkuwichain team.

Used Cargo aliases to maintain SDK compatibility while using rebranded names in source code.
2025-12-22 09:25:35 +03:00
..
2024-05-17 12:00:25 +03:00
2024-05-17 12:00:25 +03:00
2024-05-17 12:00:25 +03:00

Template Fuzzer

This a fuzzer implementation for OpenZeppelin's runtime templates. Currently there is a single runtime (generic one) and a single fuzzer setup. This code is highly experimental, if you notice any flaws consider creating an issue or a pull request.

How to run the fuzzer

We have provided a docker packaging for the fuzzer, so that you can run it like this from the repository root directory

docker build -t fuzzer -f template-fuzzer/Dockerfile .
docker run --mount source=output,target=/fuzztest/template-fuzzer/output fuzzer