Closed i11m20n closed 5 years ago
I successfully started the local ethereum node using the 'ganache-cli -d' command. next step: Deploy the vulnerable contract (happens in a different window) How do I do it?
You can do it with https://github.com/kvhnuke/etherwallet/releases.
http://remix.ethereum.org for use IDE to get the bytecode from the contract.
Ok, thank you very much.
I successfully started the local ethereum node using the 'ganache-cli -d' command. next step: Deploy the vulnerable contract (happens in a different window) How do I do it?