vechain / thor-client-sdk4j

A SDK toolkit for client to call VeChain Thor Restful API.
Other
26 stars 29 forks source link

Deploy Contract through java SDK #8

Closed SriramRS closed 5 years ago

SriramRS commented 6 years ago

Is it possible to deploy user defined contract by using java SDK.

like doing in Vechain web3 adaptor

potti commented 6 years ago

hi SriramRS, u can deploy contract by using TransactionClient.deployContract with ur contract's compiled hex code. u also can check the TransactionClientTest.testDeployContract as a sample.