rust-ethereum / ethabi

Encode and decode smart contract invocations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy from `Contract`

mustermeiszer opened this issue · comments

Hi, I probably have a pretty dumm question.

After I got a valid Contract instance, is it possible to deploy this contract? I.e. generate the correct bytes to call create/create2

Thanks in advance for your help.