Skip to content

Latest commit

 

History

History

6-week

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

week 6

  • Create a contract with a function checkSudoku that accepts a sudoku and verifies it.

  • Fuzz your contract with Woke Fuzzer

    • Fallback if it's too hard: Write unit tests

Note: We haven't discussed fuzzing yet, but once we do there will be a lot to cover in a short period of time, so you need to have already tried it.