I am trying to create an Ethereum Contract, through my java application, has anyone done this before? how do you pass the JASONRPC command via java method I am using TESTRPC
Asked
Active
Viewed 701 times
3
-
please check https://ethereum.stackexchange.com/questions/7459/can-i-write-and-deploy-smart-contracts-in-java-language – q9f Mar 14 '17 at 12:12
1 Answers
2
Yes, I have worked with Java and Ethereum before. I suggest using Web3J: https://github.com/web3j/web3j Just read the whole documenation and start by implementing the Client-Version-example yourself. If you have any questions regarding web3j, you can either post here or open a ticket on Github.
Max Binnewies
- 677
- 4
- 11
-
I downloaded the Web3j from the Git repository. How do I link it to my eclipse project so I can then install it? I don't really understand the instructions in the documentation about Maven and Gradle. – Jonathan Lindgren Oct 16 '17 at 11:00
-