简体   繁体   English

如果我想自己开发DApp,哪个是最好的区块链框架?

[英]Which is the best blockchain framework if I want to develop the DApp for myself?

I am a beginner of Blockchain development, and I have master Java and C# which I use for my Android and ASP.NET MVC programs. 我是区块链开发的初学者,并且拥有熟练的Java和C#,可用于我的Android和ASP.NET MVC程序。 Recently, I start to learn how to develop Blockchain application, and I find there are many frameworks for this technology, such as Ethereum, Lisk and so on. 最近,我开始学习如何开发区块链应用程序,并且发现有很多用于该技术的框架,例如以太坊,Lisk等。 My question is which framework should I learn if I want to develop the DApp for myself and I expect it will be a commercial product in the future? 我的问题是,如果我想自己开发DApp,并且希望将来成为商业产品,我应该学习哪个框架?

There are a few frameworks to choose from. 有一些框架可供选择。 Consider 1st if you want your dapp to be public or private. 如果您希望dapp公开或私有,请考虑1。 Private might point to Hyperledger in that case you'd use Burrow if you went with a public implementation you'd most likely use solidity on the Ethereum network. 在这种情况下,Private可能指向Hyperledger ,如果您使用的是公共实现,则您将使用Burrow,您最有可能在Ethereum网络上使用solidity。 blockcerts and edx are excellent resources to learn more with hands on examples. blockcertsedx是出色的资源,可通过实际操作来学习更多信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 是否有最佳实践解决方案将草稿数据存储在 dapp 中的区块链之外? - Is there best practice solution to store draft data out of blockchain in dapp? 我应该使用 Pallet_membership 来处理 dapp 用户成员资格吗? (智能合约和区块链运行时的区别) - Should I use the pallet_membership to handle dapp user membership? (Differences between smart contracts and blockchain runtime) 将Web App转换为Dapp以实现区块链 - Convert Web App to Dapp for Blockchain Implementation 如何设计DAPP区块链EVM应用程序? - How to architect the DAPP blockchain EVM app? 哪个区块链最适合实施防篡改文件? - Which blockchain is best to implement tamper proof document? 我应该使用以太坊区块链还是为我的 Dapp 创建自己的网络更好? - Should i use the Ethereum Blockchain or is it better to create my own network for my Dapp? 每个DAPP都有自己的区块链吗? - Does each DAPP has its own blockchain? 区块链dApp:最终用户如何在不使用以太坊账户的情况下使用dApp - Blockchain dApp: How end user use dApp without care of Ethereum Account 我想解析 blockchain.info API 信息 - I want to parse blockchain.info API info 我目前正在学习 Solidity 以及如何在以太坊区块链上开发 Dapps,我的理解是否正确? - I'm currently learning Solidity and how to develop Dapps on Ethereum blockchain, is my understanding correct?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM