almindor / etherwall

Ethereum QT5 Wallet
GNU General Public License v3.0
142 stars 59 forks source link

question: How to implement the function of publishing contracts?which rpc API should I use? #7

Closed Picktarget closed 8 years ago

almindor commented 8 years ago

Contracts are published using eth_sendTransaction with the DATA parameter containing the contract in compiled form. But Etherwall is not a development platform and I don't plan to support publishing contracts with it.

I am however working on using contracts (calling them) just now.

almindor commented 8 years ago

Closing as this is not really an issue.