Hi dev,
Is it possible to save litle information to Ella blockchain?
I have an idea for Ella DApps.
I know delphi and python programming, but i'm new in cyrptoworld.
I have time but i dont know where to start learn to build DApps.
Can u point me good resources to learn how to build DApps? I'll try to build a prototype.
Hi,
A good place to start learning dapps is to use a framework like Truffle (
http://truffleframework.com/). The website has a good get started guide and you can create/deploy a new dapp under minutes. The only thing to note is just that you need to set the "network_id" to 64 when doing the actual deployment to the Ellaism network.
If you have Parity set up (as described in the first post), you can also enable the "Contracts" tab. There you can directly develop and deploy smart contracts.