'Do I have to write a decentralized application in the same language as the blockchain?
Do I have to write a decentralized application in the same language as the blockchain?
Solution 1:[1]
Yes, each language has it's own bytecodes to compile to, and each blockchain supports different bytecodes. However, if you mean the frontend application, such as the website, for the dApp, then no.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | NikolaiSch |
