[Suggestion] Have a minimal http or ws API to check specific contracts
tzapu opened this issue · 1 comments
tzapu commented
it would be very nice if you could request it to scan a specific contract. you give it an address, it eth_getCode s the binary, scans it and presents the results... that might come in very handy
cleanunicorn commented
I don't think I will implement this because it completely shadows the Mythril implementation.
You can obtain the same thing by running Mythril
$ myth -x -a [0xcontractaddress]
Soon enough we will also provide an API that you can send source code to and receive the results.