sui-fuzzer
sui-fuzzer copied to clipboard
Sui smart contract fuzzer
Results
1
sui-fuzzer issues
Sort by
recently updated
recently updated
newest added
Hi, I'm curious how we can use it for our Move module. I try to set the config and pointing to my move module. ``` make CONFIG_PATH="./config.json" TARGET_MODULE="sui_gives" TARGET_FUNCTION="create_locker_contents" ```...