简体   繁体   English

我应该使用以太坊区块链还是为我的 Dapp 创建自己的网络更好?

[英]Should i use the Ethereum Blockchain or is it better to create my own network for my Dapp?

I'm developing a Dapp based on the Ethereum Smart Contracts (new on this) where i'll be creating my own application coin.我正在开发一个基于以太坊智能合约的 Dapp(这是新的),我将在其中创建自己的应用程序硬币。 The Smart Contracts are only going to be used to pay the Users with coins that they can later exchange to real money.智能合约仅用于向用户支付代币,然后他们可以兑换成真钱。 My question was, do i use the Ethereum main network or do i create my private one?我的问题是,我是使用以太坊主网络还是创建我的私人网络?

It depends on your needs.这取决于您的需求。 You can set up a Quorum private blockchain and let your users pay no fees at all, for instance.例如,您可以设置Quorum私有区块链,让您的用户完全不支付任何费用。

However, if you want your token to have a market value it should then be on Ethereum's mainnet so that it is accessible to everyone publicly.但是,如果您希望您的代币具有市场价值,那么它应该在以太坊的主网上,以便所有人都可以公开访问。 Also, evaluate if you are really going to maintain the required infrastructure of a private blockchain, while if you don't you and your users will have to pay fees to the network.此外,评估您是否真的要维护私有区块链所需的基础设施,而如果您不这样做,您和您的用户将不得不向网络支付费用。

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

相关问题 我如何运行自己的恒星区块链网络? - How do I run my own Stellar blockchain network? 区块链dApp:最终用户如何在不使用以太坊账户的情况下使用dApp - Blockchain dApp: How end user use dApp without care of Ethereum Account 我应该使用 Pallet_membership 来处理 dapp 用户成员资格吗? (智能合约和区块链运行时的区别) - Should I use the pallet_membership to handle dapp user membership? (Differences between smart contracts and blockchain runtime) 我应该把我的区块链放在 API 后面吗? - Should I put my Blockchain behind an API? 寻找一个允许我创建自己的区块链的项目 - Looking for a project that allow me to create my own blockchain 每个DAPP都有自己的区块链吗? - Does each DAPP has its own blockchain? Metamask 未连接我的区块链网络 - Metamask is not connecting my blockchain network 创建一个私有以太坊区块链网络供私有应用程序使用 - creating a private ethereum blockchain network for private application use 我目前正在学习 Solidity 以及如何在以太坊区块链上开发 Dapps,我的理解是否正确? - I'm currently learning Solidity and how to develop Dapps on Ethereum blockchain, is my understanding correct? 我如何在区块链网络上部署我的合约? - How can i deploy my contract on blockchain network?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM