基于以太坊系统的货币系统(一)

  大家都知道现在比较成熟的区块链技术平台以太坊,如何基于以太坊开发自己的区块链呢?

  今天我们先了解一下通过几步骤能够完成以太坊的开发。

  (一)设计代币概念,以及基础钱包。

   The  Ethereum Wallet  is a gateway to decentralized applications on the Ethereum blockchain. It allows you to hold and secure ether and other crypto-assets built on Ethereum, as well as write, deploy and use smart contracts.

  (二)下载以太坊基础钱包进行自定义修改。


  (三)发布属于自己的代币 

Create a tradeable digital token that can be used as a currency, a representation of an asset, a virtual share, a proof of membership or anything at all. These tokens use a standard coin API, so your contract will be automatically compatible with any wallet, other contract or exchange also using this standard.


The total amount of tokens in circulation can be set to a simple fixed amount or fluctuate based on any programmed ruleset.


   (四)创建交易工程,发布众筹

Do you already have ideas that you want to develop on Ethereum? Maybe you need help and some funds to bring them to life, but who would lend money to someone they don’t trust?
Using Ethereum, you can create a contract that will hold a contributor's money until any given date or goal is reached. Depending on the outcome, the funds will either be released to the project owners or safely returned back to the contributors. All of this is possible without requiring a centralized arbitrator, clearing house or having to trust anyone.
You can even use the token you created earlier to keep track of the distribution of rewards.

   (五)开始创建交易项目,完成线上部署

Now that you have developed your idea and secured funds, what’s next? You have to hire managers, find a trustworthy CFO to handle the accounts, run board meetings and do a bunch of paperwork. 

Or you can simply leave all that to an Ethereum contract. It will collect proposals from your backers and submit them through a completely transparent voting process.

One of the many advantages of having a robot run your organization is that it is immune to any outside influence as it’s guaranteed to execute only what it was programmed to. And because the Ethereum network is decentralized, you'll be able to provide services with a 100% uptime guarantee.


猜你喜欢

转载自blog.csdn.net/Y_xiaohe1234/article/details/76668100
今日推荐