What is blockchain and Ethereum? Where is it used?

前端 未结 3 484
既然无缘
既然无缘 2021-02-04 17:13

I just got chance to work on Ethereum, block-chain based platform. But I don\'t have a clear idea in which scenarios this is used, any real life use of this.Could anybody help m

3条回答
  •  说谎
    说谎 (楼主)
    2021-02-04 17:29

    One example of using blockchain is Bitcoin.

    The bitcoin network is a peer-to-peer payment network that operates on a cryptographic protocol. Users send and receive bitcoins, the units of currency, by broadcasting digitally signed messages to the network using bitcoin wallet software. Transactions are recorded into a distributed, replicated public database known as the blockchain, with consensus achieved by a proof-of-work system called "mining". The protocol was designed in 2008 and released in 2009 as open source software by "Satoshi Nakamoto", the name or pseudonym of the original developer/developer group. [emphasis added]

    See:

    • https://en.wikipedia.org/wiki/Blockchain
    • https://en.wikipedia.org/wiki/Bitcoin_network

    Node modules that can help you with developing your app:

    • https://www.npmjs.com/package/blockchain
    • https://www.npmjs.com/package/bcoin

提交回复
热议问题