简体   繁体   中英

If application is written in Javascript and Chaincode is written in Go, will it affect anything in Hyperledger Fabric?

I already wrote my Chaincode in Go. Next, I want to make an application to invoke transaction. I just wonder if the Chaincode and the application needs to be written in the same language or is it okay if my application is written in Javascript and my Chaincode is written in Go?

Will there be any compatibility problem if we use different language?

No there won't be a compatibility problem. There is nothing to tie the language a client application is written in to the language a chaincode is written in

No there won't be any issues. Communication between UI application and Blokchain fabric is done via HTTP client. So its totally different entity.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM