ctfnote.com
Search
K

Foundry

We will be following Smart Contract Programmer's Foundry video series:
Foundry playlist

Differential Testing

Differential testing tests two implementations of the same functionality and checks if there exists any difference. For an example, we compare Exp.sol and exp.py:
Assume that we are not sure about Exp.sol's correctness but we know exp.py is legit for sure.
Last modified 2mo ago