- Go 1.20
- Ityfuzz with
LOCAL
(this repo/PR)
-
Setup the relations in
relations.json
:- You need a json file that has key-value pairs of the form
contract_address: ABI_file.json
, likerelations_example.json
- You need a json file that has key-value pairs of the form
-
The ABI files (hardhat generates this in
artifacts/contracts/
, they are calledcontract.json
) should be in the folderABI
. -
Then run the server:
go run .
The server listens port 8080, when ityfuzz requests an ABI, this mocks a response like the etherscan api.