adridadou / eth-contract-api

EthereumJ native API or how to call contracts easily and with type safety
http://www.davidroon.com/ethcontractapi/
Apache License 2.0
60 stars 34 forks source link

how to publishContract with abi and bin code #112

Open zuoliang0 opened 6 years ago

zuoliang0 commented 6 years ago

i use solc.js compile the contract get abi and bin code,want use that to publish contract ,tell me how.thank you