Misplaced Pages

Ethereum: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 20:45, 21 July 2016 view sourceDavid Gerard (talk | contribs)Edit filter managers, Administrators213,091 edits History: fix duplicate referenceTag: Visual edit← Previous edit Revision as of 20:53, 21 July 2016 view source David Gerard (talk | contribs)Edit filter managers, Administrators213,091 edits fix repetition of single citation for whole para, per WP:CITEDENSETag: Visual editNext edit →
Line 43: Line 43:
On June 17, 2016 ], which had been hailed as a revolutionary use of Ethereum that demonstrated the potential for the platform, was hacked and around a third of the ether held by The DAO, worth about $50 million at the time, was moved<ref name="nythack">{{cite news|last1=Popper|first1=Nathaniel|newspaper=The New York Times|title=Hacker May Have Taken $50 Million From Cybercurrency Project|url=http://www.nytimes.com/2016/06/18/business/dealbook/hacker-may-have-removed-more-than-50-million-from-experimental-cybercurrency-project.html|date=17 June 2016}}</ref><ref name="bi20160617">{{cite web|title=Digital currency Ethereum is cratering amid claims of a $50 million hack|url=http://uk.businessinsider.com/dao-hacked-ethereum-crashing-in-value-tens-of-millions-allegedly-stolen-2016-6|first=Rob|last=Price|date=17 June 2016|website=Business Insider}}</ref> into a clone of The DAO that likely prevented the hacker from withdrawing the ether for about a month.<ref name=Wired10160618>Klint Finley for Wired. June 18, 2016 </ref> On June 17, 2016 ], which had been hailed as a revolutionary use of Ethereum that demonstrated the potential for the platform, was hacked and around a third of the ether held by The DAO, worth about $50 million at the time, was moved<ref name="nythack">{{cite news|last1=Popper|first1=Nathaniel|newspaper=The New York Times|title=Hacker May Have Taken $50 Million From Cybercurrency Project|url=http://www.nytimes.com/2016/06/18/business/dealbook/hacker-may-have-removed-more-than-50-million-from-experimental-cybercurrency-project.html|date=17 June 2016}}</ref><ref name="bi20160617">{{cite web|title=Digital currency Ethereum is cratering amid claims of a $50 million hack|url=http://uk.businessinsider.com/dao-hacked-ethereum-crashing-in-value-tens-of-millions-allegedly-stolen-2016-6|first=Rob|last=Price|date=17 June 2016|website=Business Insider}}</ref> into a clone of The DAO that likely prevented the hacker from withdrawing the ether for about a month.<ref name=Wired10160618>Klint Finley for Wired. June 18, 2016 </ref>


The Ethereum community debated how and whether to reclaim the ether, and whether to shut down The DAO,<ref name="Wired10160618" /> as the decentralised nature of The DAO and of Ethereum meant a lack of a central authority that could take quick action, instead requiring community consensus.<ref name="bi20160617" /> Eventually The DAO was shut down, and Ethereum hard-forked (a ] change<ref name=":2">{{Cite web|url=http://spectrum.ieee.org/tech-talk/computing/networks/hacked-blockchain-fund-the-dao-chooses-a-hard-fork-to-redistribute-funds|title="Hard Fork" Coming to Restore Ethereum Funds to Investors of Hacked DAO|last=Peck|first=Morgan|date=19 July 2016|website=IEEE Spectrum: Technology, Engineering, and Science News|publisher=IEEE|access-date=20 July 2016}}</ref>) to reverse the hack and return The DAO funds, with some controversy.<ref name=":1">{{Cite web|url=http://blogs.wsj.com/moneybeat/2016/07/20/ethereum-gets-its-hard-fork-and-the-truth-gets-tested/|title=Ethereum Gets Its Hard Fork, and the ‘Truth’ Gets Tested|last=Vigna|first=Paul|date=20 July 2016|website=Moneybeat|publisher=The Wall Street Journal|access-date=20 July 2016}}</ref> This was the first fork of any mainstream blockchain to be for the purpose of making reparations to investors in a failed enterprise.<ref name=":2" /> The Ethereum community debated how and whether to reclaim the ether, and whether to shut down The DAO,<ref name="Wired10160618" /> as the decentralised nature of The DAO and of Ethereum meant a lack of a central authority that could take quick action, instead requiring community consensus.<ref>http://uk.businessinsider.com/dao-hacked-ethereum-crashing-in-value-tens-of-millions-allegedly-stolen-2016-6 Retrieved June-23-2016</ref> Eventually The DAO was shut down, and Ethereum hard-forked (a ] change<ref name=":2">{{Cite web|url=http://spectrum.ieee.org/tech-talk/computing/networks/hacked-blockchain-fund-the-dao-chooses-a-hard-fork-to-redistribute-funds|title="Hard Fork" Coming to Restore Ethereum Funds to Investors of Hacked DAO|last=Peck|first=Morgan|date=19 July 2016|website=IEEE Spectrum: Technology, Engineering, and Science News|publisher=IEEE|access-date=20 July 2016}}</ref>) to reverse the hack and return The DAO funds, with some controversy.<ref name=":1">{{Cite web|url=http://blogs.wsj.com/moneybeat/2016/07/20/ethereum-gets-its-hard-fork-and-the-truth-gets-tested/|title=Ethereum Gets Its Hard Fork, and the ‘Truth’ Gets Tested|last=Vigna|first=Paul|date=20 July 2016|website=Moneybeat|publisher=The Wall Street Journal|access-date=20 July 2016}}</ref> This was the first fork of any mainstream blockchain to be for the purpose of making reparations to investors in a failed enterprise.<ref name=":2" />


==Ether== ==Ether==
Line 103: Line 103:
{{main article|Solidity}} {{main article|Solidity}}


The Ethereum Virtual Machine (EVM) works on a protocol defined in the Ethereum Yellow paper. ] is the ]-like programming language designed for developing smart contracts that run on the Ethereum Virtual Machine (EVM). Solidity is compiled to bytecode which is executable on the EVM. Using Solidity, developers can write applications that implement self-enforcing business logic embodied in smart contracts.<ref name="Allison">{{cite web|url=http://www.ibtimes.co.uk/microsoft-adds-ethereum-language-solidity-visual-studio-1552171|title=Microsoft adds Ethereum language Solidity to Visual Studio|last=Allison|first=Ian|date=30 March 2014|work=]|access-date=11 May 2016}}</ref> Enterprise software vendors such as ] and ] have also created systems that translate common programming languages such as Visual Basic into Solidity coded smart contracts.<ref name="Allison"/> The Ethereum Virtual Machine (EVM) works on a protocol defined in the Ethereum Yellow paper. ] is the ]-like programming language designed for developing smart contracts that run on the Ethereum Virtual Machine (EVM). Solidity is compiled to bytecode which is executable on the EVM. Using Solidity, developers can write applications that implement self-enforcing business logic embodied in smart contracts. Enterprise software vendors such as ] and ] have also created systems that translate common programming languages such as Visual Basic into Solidity coded smart contracts.<ref name="Allison">{{cite web|url=http://www.ibtimes.co.uk/microsoft-adds-ethereum-language-solidity-visual-studio-1552171|title=Microsoft adds Ethereum language Solidity to Visual Studio|last=Allison|first=Ian|date=30 March 2014|access-date=11 May 2016|work=]}}</ref>


===Performance=== ===Performance===


In Ethereum all smart contracts are stored publicly on every node of the blockchain, which has trade-offs.<ref name="ibtimes.co.uk">{{cite web|url=http://www.ibtimes.co.uk/how-are-banks-actually-going-use-blockchains-smart-contracts-1539789|title=How are banks actually going to use blockchains and smart contracts?|last=Allison|first=Ian|date=25 January 2016|work=]|access-date=4 May 2016}}</ref> The downside is that performance issues arise in that every node is calculating all the smart contracts in real time, resulting in slower speeds.<ref name="ibtimes.co.uk"/> Ethereum engineers have been working on ] the calculations, but no solution is present at this time.<ref name="ibtimes.co.uk"/> As of January 2016, the Ethereum protocol can process 25 transactions per second.<ref name="ibtimes.co.uk"/>{{update after|2016|5|20}}<!-- once the time context of the source is provided, then it is clear that an update should be found if public and sourced. What is it in May 2016? When did/are the releases being upgraded? etc. --> In Ethereum all smart contracts are stored publicly on every node of the blockchain, which has trade-offs. The downside is that performance issues arise in that every node is calculating all the smart contracts in real time, resulting in slower speeds. Ethereum engineers have been working on ] the calculations, but no solution is present at this time. As of January 2016, the Ethereum protocol can process 25 transactions per second.<ref name="ibtimes.co.uk">{{cite web|url=http://www.ibtimes.co.uk/how-are-banks-actually-going-use-blockchains-smart-contracts-1539789|title=How are banks actually going to use blockchains and smart contracts?|last=Allison|first=Ian|date=25 January 2016|access-date=4 May 2016|work=]}}</ref>{{update after|2016|5|20}}<!-- once the time context of the source is provided, then it is clear that an update should be found if public and sourced. What is it in May 2016? When did/are the releases being upgraded? etc. -->


== Uses == == Uses ==

Revision as of 20:53, 21 July 2016

Ethereum
The Ethereum Project's logo, first used in 2014.
Initial release30 July 2015
Repository
Operating systemClients available for Linux, Windows, OS X, POSIX
TypeDecentralized computing
LicenseMultiple open-source licenses
Websitewww.ethereum.org

Ethereum is a public blockchain-based distributed computing platform, featuring smart contract functionality. It provides a decentralized virtual machine, the Ethereum Virtual Machine (EVM), that can execute peer-to-peer contracts using a cryptocurrency called ether.

Ethereum was initially proposed in late 2013 by Vitalik Buterin, a cryptocurrency researcher and programmer. Development was funded by an online crowd sale during July–August 2014. The Ethereum platform was officially launched at July 30, 2015, and is actively developed.

History

Ethereum was initially described in a white paper by Vitalik Buterin, a programmer involved with Bitcoin, in late 2013 with a goal of building decentralized applications. Buterin, describing it as "a next-generation cryptocurrency and decentralized application platform," believed that many applications could benefit from Bitcoin-like software.

While there was early praise for the technical innovations of Ethereum, questions were also raised about its security and scalability. Buterin won the World Technology Award in 2014 for the co-creation and invention of Ethereum.

Initial funding for the Ethereum project was provided by a public crowdsale in July and August 2014, with the participants buying the ether with bitcoins. The total amount raised by the closure of the event at September 2, 2014 was $18,439,086 worth of bitcoins.

Ethereum's live blockchain was launched on 30 July 2015. The Ethereum software project was initially developed by a Swiss company, Ethereum Switzerland GmbH (EthSuisse), and a Swiss non-profit foundation, the Ethereum Foundation.

By May 2016, the market capitalization of the cryptocurrency ether was more than US$1 billion and Vox noted that the relatively new digital currency was challenging bitcoin by offering a range of services that are not possible using bitcoin.

On June 17, 2016 The DAO, which had been hailed as a revolutionary use of Ethereum that demonstrated the potential for the platform, was hacked and around a third of the ether held by The DAO, worth about $50 million at the time, was moved into a clone of The DAO that likely prevented the hacker from withdrawing the ether for about a month.

The Ethereum community debated how and whether to reclaim the ether, and whether to shut down The DAO, as the decentralised nature of The DAO and of Ethereum meant a lack of a central authority that could take quick action, instead requiring community consensus. Eventually The DAO was shut down, and Ethereum hard-forked (a backward-incompatible change) to reverse the hack and return The DAO funds, with some controversy. This was the first fork of any mainstream blockchain to be for the purpose of making reparations to investors in a failed enterprise.

Ether

Ether
Denominations
Subunit
 10finney
 10szabo
 10wei
Demographics
Date of introduction30 July 2015Genesis block
User(s)Worldwide
Issuance
Currency typeCryptocurrency
 Websitewww.ethereum.org
Valuation
Issuance modelDisinflation

The value token of the Ethereum blockchain is called ether. It is traded on cryptocurrency exchanges like any other cryptocurrency; it is also used to pay for transaction fees and computational services on the Ethereum network.

Buterin sold 25% of his ETH holding in April 2016, describing this diversification as "sound financial planning," and also quoted Gavin Andresen’s statement concerning Bitcoin: "I still say that it’s an experiment, and the whole thing could implode."

The price can be volatile per circumstances, such as a plunge from $21.50 to $15 when The DAO was hacked on June 17, 2016.

Smart contracts

Main article: Smart contract

Smart contracts are applications with a state stored in the blockchain. They can facilitate, verify, or enforce the negotiation or performance of a contract, or that make a contractual clause unnecessary. Ethereum contracts can be implemented in various Turing complete scripting languages, The Ethereum system has been described by the New York Times as "a single shared computer that is run by the network of users and on which resources are parceled out and paid for by Ether."

Smart contracts on a public blockchain mean that bugs, including security holes, are visible to all but cannot be fixed quickly; the 17 June 2016 attack on The DAO was of this sort and could not be quickly stopped or reversed, the buggy contract only being fixed by a controversial rollback of the hack transaction on the Ethereum blockchain.

Programming languages

Main article: Solidity

The Ethereum Virtual Machine (EVM) works on a protocol defined in the Ethereum Yellow paper. Solidity is the JavaScript-like programming language designed for developing smart contracts that run on the Ethereum Virtual Machine (EVM). Solidity is compiled to bytecode which is executable on the EVM. Using Solidity, developers can write applications that implement self-enforcing business logic embodied in smart contracts. Enterprise software vendors such as Microsoft and ConsenSys have also created systems that translate common programming languages such as Visual Basic into Solidity coded smart contracts.

Performance

In Ethereum all smart contracts are stored publicly on every node of the blockchain, which has trade-offs. The downside is that performance issues arise in that every node is calculating all the smart contracts in real time, resulting in slower speeds. Ethereum engineers have been working on sharding the calculations, but no solution is present at this time. As of January 2016, the Ethereum protocol can process 25 transactions per second.

Uses

As well as being a cryptocurrency, the Ethereum platform has multiple uses. By March 2016, companies developing for the Ethereum distributed application platform included Microsoft, IBM, and JPMorgan Chase.

In hypothetical uses, higher-level software could utilize Ethereum to establish an online marketplace platform. or in devices that have their permitted uses embedded in them, e.g. in car hire.

Applications

Ethereum has been used as a platform for decentralized applications, decentralized autonomous organizations and smart contracts. The scope of applications include projects related to finance, the internet-of-things, identity management, farm-to-table produce, electricity sourcing and pricing, and sports betting. Decentralized autonomous organizations may enable a wide range of possible business models that were previously impossible or too costly to run. Notable Ethereum applications include:

  • Augur decentralized, distributed prediction market software.
  • ConsenSys, a blockchain startup focused on Ethereum technology is developing both enterprise software and Dapps.
  • The DAO with the objective to "provide a new decentralized business model for organizing both commercial and non-profit enterprises". The DAO was funded with Ether.
  • Backfeed, socioeconomic platform
  • Ethcore, an Ethereum-based private venture focusing on light clients and Internet of Things (IoT).
  • FreeMyVunk, a gaming value platform.
  • The Rudimental, an equity crowdfunding portal for arts and media.
  • TransActive Grid
  • Slock.It, a system for building smart locks with Ethereum.
  • Etheropt, a decentralized options exchange.
  • Digix A value token, called DigixDAO has also been created and the token began trading on exchanges on 28 April 2016.
  • Ujo Music. Imogen Heap used the technology with her single "Tiny Human".

Enterprise software

Ethereum is also being either tested or implemented by enterprise software companies for various applications.

  • Deloitte and ConsenSys announced plans in 2016 to create a digital bank called Project ConsenSys.
  • R3 Project, which connects 11 banks to distributed ledger using a private Ethereum blockchain running on Microsoft Azure.
  • IBM ADEPT, an IoT system using Ethereum for smart contracts support.
  • Microsoft Visual Studio is making the Ethereum Solidity language available to application developers.
  • Ethereum Blockchain As a Service (EBaaS) on Microsoft Azure, which provides enterprise clients and developers with a cloud-based blockchain developer environment.
  • Innovate UK provided 248,000GBP in funding to Tramonex to develop cross border payments prototype using Ethereum.

Adoption

The New York Times noted in March 2016 that Ethereum platform adoption is still early, and that Ethereum could encounter technical and legal problems going forward that would slow the growth of the distributed computing platform. Many Bitcoin advocates say that Ethereum may "face more security problems than Bitcoin because of the greater complexity of the software."

A New York Times article said, "The system is complicated enough that even people who know it well have trouble describing it in plain English".

Microsoft announced a partnership with ConsenSys, a blockchain startup focused on Ethereum technology. Customers of popular cloud-based business service Microsoft Azure have access to third-party tools that "allow them to experience and build with cloud-based blockchain applications, from securities trading to cross-border payments".

References

  1. Gray, Jeff (7 April 2014). "Bitcoin believers: Why digital currency backers are keeping the faith". The Globe and Mail. Phillip Crawley. Retrieved 17 February 2016.
  2. ^ Vigna, Paul (28 October 2015). "BitBeat: Microsoft to Offer Ethereum-Based Services on Azure". The Wall Street Journal (Blog). News Corp. Retrieved 17 February 2016.
  3. ^ Aitken, Roger (23 April 2016). "Digital Gold 'Done Right' With DigixDAO Crypto-Trading On OpenLedger". Forbes. Retrieved 28 April 2016.
  4. https://github.com/ethereum/wiki/White-Paper
  5. "Out in the Open: Teenage Hacker Transforms Web Into One Giant Bitcoin Network". Wired. 27 January 2014. Retrieved 14 May 2016.
  6. Antonopoulos, Andreas M. (20 December 2014). "#4. Keys, Addresses, and Wallets". Mastering Bitcoin: Unlocking Digital Cryptocurrencies. O'Reilly Media. p. 82. ISBN 978-1449374044.
  7. ^ Schneider, Nathan (7 April 2014). "Code your own utopia: Meet Ethereum, bitcoin's most ambitious successor". Al Jazeera. Retrieved 21 February 2016.
  8. "A Next-Generation Cryptocurrency and Decentralized Application Platform". Bitcoin Magazine. Retrieved 6 May 2016.
  9. ^ Finley, Klint (27 January 2014). "Out in the Open: Teenage Hacker Transforms Web Into One Giant Bitcoin Network". Wired. Retrieved 21 March 2016.
  10. "The 2014 World Technology Award Winners". World Technology Network. Retrieved 19 November 2014.
  11. ^ Caffyn, Grace (30 July 2015). "Ethereum Launches Long-Awaited Decentralized App Network". CoinDesk. Retrieved 12 April 2016.
  12. Schmid, Valentin (10 May 2014). "The Entrepreneur: Joe Lubin, COO of Ethereum". Epoch Times. Retrieved 31 March 2016.
  13. Lee, Timothy B. (24 May 2016). "Ethereum, explained: why Bitcoin's stranger cousin is now worth $1 billion". Vox. Retrieved 25 May 2016.
  14. ^ Popper, Nathaniel (17 June 2016). "Hacker May Have Taken $50 Million From Cybercurrency Project". The New York Times.
  15. ^ Price, Rob (17 June 2016). "Digital currency Ethereum is cratering amid claims of a $50 million hack". Business Insider.
  16. ^ Klint Finley for Wired. June 18, 2016 A $50 Million Hack Just Showed That The Dao Was All Too Human
  17. http://uk.businessinsider.com/dao-hacked-ethereum-crashing-in-value-tens-of-millions-allegedly-stolen-2016-6 Retrieved June-23-2016
  18. ^ Peck, Morgan (19 July 2016). ""Hard Fork" Coming to Restore Ethereum Funds to Investors of Hacked DAO". IEEE Spectrum: Technology, Engineering, and Science News. IEEE. Retrieved 20 July 2016.
  19. ^ Vigna, Paul (20 July 2016). "Ethereum Gets Its Hard Fork, and the 'Truth' Gets Tested". Moneybeat. The Wall Street Journal. Retrieved 20 July 2016.
  20. "The Issuance Model in Ethereum". Ethereum Blog.
  21. Sier, Jessica (11 February 2016). "Bitcoin rival Ethereum's price skyrockets". Australian Financial Review. Retrieved 22 February 2016.
  22. ^ Nathaniel Popper for the New York Times. March 27, 2016 Ethereum, a Virtual Currency, Enables Transactions That Rival Bitcoin’s
  23. Buntinx, JP (23 April 2016). "Ethereum Developer Vitalik Buterin Sold 25% Of His Coins". The Merkle. Retrieved 27 April 2016.
  24. "Vitalik Buterin Sold a Quarter of His ETH Tokens". ForkLog Magazine. 26 April 2016. Retrieved 27 April 2016.
  25. Jon, Evans. "Vapor No More: Ethereum Has Launched". techcrunch.com. Retrieved 25 February 2016.
  26. "The great chain of being sure about things". The Economist. 31 October 2015. Retrieved 4 May 2016. All sorts of companies and public bodies suffer from hard-to-maintain and often incompatible databases and the high transaction costs of getting them to talk to each other. This is the problem Ethereum, arguably the most ambitious distributed-ledger project, wants to solve. ... Ethereum's distributed ledger can deal with more data than bitcoin's can. And it comes with a programming language that allows users to write more sophisticated smart contracts, allow the formation of "decentralised autonomous organisations"—virtual companies that are basically just sets of rules running on Ethereum's blockchain.
  27. Peck, M. (28 May 2016). "Ethereum's $150-Million Blockchain-Powered Fund Opens Just as Researchers Call For a Halt". IEEE Spectrum. Institute of Electrical and Electronics Engineers.
  28. Allison, Ian (30 March 2014). "Microsoft adds Ethereum language Solidity to Visual Studio". International Business Times. Retrieved 11 May 2016.
  29. Allison, Ian (25 January 2016). "How are banks actually going to use blockchains and smart contracts?". International Business Times. Retrieved 4 May 2016.
  30. "The great chain of being sure about things". The Economist. 31 October 2015. Retrieved 4 May 2016.
  31. ^ Allison, Ian (20 January 2016). "R3 connects 11 banks to distributed ledger using Ethereum and Microsoft Azure". International Business Times. Retrieved 23 February 2016.
  32. "What is Ethereum? • Coin Center". Coin Center. Retrieved 20 March 2016.
  33. "Decentralized Autonomous Organizations: Ethereum Sparks Up Googles of Tomorrow".
  34. "Blockchain Prediction Market Augur Enters Beta". Coindesk.com. 14 March 2016. Retrieved 29 May 2016.
  35. ^ Prisco, Giulio. "Microsoft Launches Ethereum Blockchain as a Service (EBaaS) at Devcon, Boosts Ethereum". Bitcoin Magazine.
  36. Rennie, Ellie (12 May 2016). "The radical DAO experiment". Swinburne News. Swinburne University of Technology. Retrieved 12 May 2016. When it reaches the end of the funding phase on May 28, it will begin contracting blockchain-based start-ups to create innovative technologies. The extraordinary thing about The DAO is that no single entity owns it, and it has no conventional management structure or board of directors.
  37. ^ Allison, Ian (30 April 2016). "Ethereum reinvents companies with launch of The DAO". International Business Times. Retrieved 1 May 2016.
  38. Vigna, Paul (16 May 2016). "Chiefless Company Rakes In More Than $100 Million". The Wall Street Journal. Retrieved 16 May 2016.
  39. Weinglass, Simona (19 August 2015). "Backfeed wants to decentralize the Internet and help you earn what you deserve". Geektime.com. Retrieved 24 March 2016.
  40. "Ethcore Announces Pre-release Of Its Blockchain Technology Suite 'Parity'". EconoTimes. 11 February 2016. Retrieved 24 March 2016.
  41. Allison, Ian (22 December 2015). "Game-changers FreeMyVunk and Digix allow video gamers to trade virtual assets for physical gold". International Business Times. Retrieved 24 March 2016.
  42. Parker (11 February 2016). "Interview with Troy Murray, CEO of The Rudimental". Sebfor.com. Retrieved 24 March 2016.
  43. Rutkin, Aviva (2 March 2016). "Blockchain-based microgrid gives power to consumers in New York". New Scientist. Retrieved 24 March 2016.
  44. Allison, Ian. "Ethereum-based Slock.it reveals first ever lock opened with money". International Business Times UK.
  45. "Decentralized Options Exchange Etheropt Uses Automated Ethereum Smart Contract".
  46. "DigixDAO Token Trading to Launch on Gatecoin". Smith+Crown. 27 April 2016. Retrieved 29 May 2016.
  47. Buntinx, JP (28 April 2016). "DigixDAO DGD Assets To Be Listed on OpenLedger". The Merkle. Retrieved 29 May 2016.
  48. ^ Allison, Ian (4 October 2015). "Imogen Heap shows how smart music contracts work using Ethereum". International Business Times. Retrieved 24 March 2016.
  49. Allison, Ian (3 May 2016). "Deloitte to build Ethereum-based 'digital bank' with New York City's ConsenSys". International Business Times.
  50. "IBM Reveals Proof of Concept for Blockchain-Powered Internet of Things". CoinDesk.
  51. "Hyperledger blockchain code almost comes together for IoT". Rethink Research. Retrieved 23 April 2016.
  52. "UK Government Awards £248k for Ethereum Prototype". CoinDesk.
  53. "Settlement using blockchain to Automate Foreign Exchange in a Regulated environment (SAFER)". Innovate UK.

External links

Cryptocurrencies
Technology
Consensus mechanisms
Proof of work currencies
SHA-256-based
Ethash-based
Scrypt-based
Equihash-based
RandomX-based
X11-based
Other
Proof of stake currencies
ERC-20 tokens
Stablecoins
Other currencies
Inactive currencies
Crypto service companies
Related topics
Categories: