'What is a starting point/template to build a decentralised app for Ethereum [closed]
I am interested in building decentralized apps on ethereum and am wondering about the common libraries being used. For example, I've heard of whisper and swarm but the tutorial I got them from was over three years old and I'm just wondering if anyone knows what are some common libraries for basic and advanced functionality. Thanks!
Solution 1:[1]
Note that when you build a DApp (decentralised application) your fronted directly interacts with the blockchain. There is no server. Thus, you rarely build DApp with any of backend programming language like Python, Java, PHP or C#.
The popular Ethereum JavaScript SDKs include
Client-side frontend libraries are
Python, commonly used in data science and analytics, has:
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 | Ann Zen |