blockchain - how to integrate java or other language with ethereum or solidity or web3js? -
i new blockchain. have implement 1 use case user meta information store in mysql database , receptive unique id store in blockchain database.
i in confusion, how integrate java or other language(to store in mysql) etheruem or solidity or web3js(to store data in blockchain)?
anyone have idea please guide me.
thanks inadvance
raja
there options you:
- ethereum(j) library can embedded in java/scala project provide full support ethereum protocol , sub services.
- see ethereum json-rpc documentation. can use json-rpc client available java.
- if try other languages can use python implementation or nodejs uses official web3 library.
Comments
Post a Comment