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:

  1. ethereum(j) library can embedded in java/scala project provide full support ethereum protocol , sub services.
  2. see ethereum json-rpc documentation. can use json-rpc client available java.
  3. if try other languages can use python implementation or nodejs uses official web3 library.

Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -