cleanunicorn / theo

Ethereum recon and exploitation tool.
Apache License 2.0
346 stars 93 forks source link

what should I do to deploy the contract #10

Closed i11m20n closed 5 years ago

i11m20n commented 5 years ago

I successfully started the local ethereum node using the 'ganache-cli -d' command. image next step: Deploy the vulnerable contract (happens in a different window) How do I do it?

josu22 commented 5 years ago

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.

i11m20n commented 5 years ago

Ok, thank you very much.