This is an old revision of this page, as edited by Jtbobwaysf (talk | contribs) at 14:29, 15 May 2017 (move the dao up into history, as it is the most noteworthy part of ethereum's history). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Revision as of 14:29, 15 May 2017 by Jtbobwaysf (talk | contribs) (move the dao up into history, as it is the most noteworthy part of ethereum's history)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
The Ethereum Project's logo, first used in 2014. | |
Initial release | 30 July 2015 |
---|---|
Repository | |
Written in | C++, Go, Rust |
Operating system | Clients available for Linux, Windows, macOS, POSIX, Raspbian |
Platform | x86, ARM |
Type | Decentralized computing |
License | Multiple open-source licenses |
Website | www |
Ethereum is an open-source, public, blockchain-based distributed computing platform featuring smart contract (scripting) functionality. It provides a decentralized Turing-complete virtual machine, the Ethereum Virtual Machine (EVM), which can execute scripts using an international network of public nodes. Ethereum also provides a cryptocurrency token called "ether", which can be transferred between accounts and used to compensate participant nodes for computations performed. Gas, an internal transaction pricing mechanism, is used to prevent spam and allocate resources on the network.
Ethereum achieved widespread media attention in May 2016 when a decentralized autonomous organization called The DAO, a set of smart contracts developed on the platform, raised a record USD$150M in a crowdsale to fund the project. The DAO was subjected to a spectacular exploit on June 17 where USD$50M in ether were claimed by an anonymous entity. The event sparked a heated debate in the crypto-community about whether Ethereum should perform a contentious "hard fork" to reappropriate the stolen funds. As a result of the dispute, the network split in two. The minority who rejected the protocol update adopted the pre-fork version of the Ethereum blockchain and called it Ethereum Classic, while the vast majority who supported it chose to move forward with the official post-fork Ethereum blockchain.
Ethereum was proposed in late 2013 by Vitalik Buterin, a cryptocurrency researcher and programmer. Development was funded by an online crowdsale during July–August 2014. The system went live on 30 July 2015.
History
Origin
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 had argued that Bitcoin needed a scripting language for application development. Failing to gain agreement, he proposed development of a new platform with a more general scripting language.
The Ethereum software project was initially developed in early 2014 by a Swiss company, Ethereum Switzerland GmbH (EthSuisse). Subsequently, a Swiss non-profit foundation, the Ethereum Foundation (Stiftung Ethereum) was set up as well. Development was funded by an online public crowdsale during July–August 2014, with the participants buying the Ethereum value token (ether) with another digital currency, bitcoin. While there was early praise for the technical innovations of Ethereum, questions were also raised about its security and scalability.
Launch
Ethereum's live blockchain was launched on 30 July 2015. The initial version of Ethereum—called "Frontier"—uses a proof of work consensus algorithm, although a later version is expected to replace that with a proof of stake algorithm.
The DAO hard fork
In June 2016, The DAO, a platform for the autonomous governance of investment capital, was found to contain an unexpected code path which allowed the withdraw of an arbitrary amount of funds from the DAO. This was exploited by an unknown party on the 16th of June, who managed to move about one third of the Ether held then by the DAO (at the time valued at 50 million USD) into a clone of the DAO, a "ChildDAO" whose control was held by only this party. As a consequence of the way the DAO was programmed, these moved funds would remain unavailable for withdrawal 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. After a few weeks' discussion, on July 20, the network majority reached sufficient consensus to hard-fork the Ethereum blockchain and make reparations to The DAO investors for their lost funds. A minority within the community refused to accept the official decision and continued with the original orphaned chain, which has now come to be known as Ethereum Classic. Ethereum Classic (ETC) has retained some users of Ethereum and has also attracted others from the wider cryptocurrency community who reject contentious forks on ideological grounds. The project has been considered controversial in a number of respects and is generally not supported by the official post-fork blockchain and its network of developers, business partners, miners, and users.
After The DAO fork, Ethereum subsequently forked multiple times to deal with other attacks. By the end of November 2016, Ethereum had increased its DDoS protection, de-bloated the blockchain, and thwarted further spam attacks by hackers.
Milestones
Since the initial launch, the Ethereum network has undergone several planned protocol upgrades called milestones, which are important changes affecting the overall design or functionality of the platform.
Version | Code name | Release date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Old version, no longer maintained: 0 | Olympic | May, 2015 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Old version, no longer maintained: 1 | Frontier | July 30, 2015 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Current stable version: 2 | Homestead | March 14, 2016 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Future release: 3 | Metropolis | n.d. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Future release: 4 | Serenity | n.d. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Legend:Old version, not maintainedOld version, still maintainedLatest versionLatest preview versionFuture release |
Features
Ether
Unit | |
---|---|
Symbol | Ξ or ETH |
Demographics | |
User(s) | Worldwide |
Issuance | |
Currency type | Cryptocurrency |
The value token of the Ethereum blockchain is called ether. It is listed under the diminutive ETH and traded on cryptocurrency exchanges. It is also used to pay for transaction fees and computational services on the Ethereum network.
Tokens can be volatile per circumstances, such as ether's plunge from $21.50 to $8 when The DAO was hacked on June 17, 2016.
Ethereum Virtual Machine
The Ethereum Virtual Machine (EVM) is the runtime environment for smart contracts in Ethereum. The formal definition of the EVM is specified in the Ethereum Yellow Paper by Gavin Wood. It is sandboxed and also completely isolated from the network, filesystem or other processes of the host computer system. Every Ethereum node in the network runs an EVM implementation and executes the same instructions. Ethereum Virtual Machines have been implemented in C++, Go, Haskell, Java, Python, Ruby, Rust, and WebAssembly (currently under development).
Smart contracts
Main article: Smart contractSmart contracts are deterministic exchange mechanisms controlled by digital means that can carry out the direct transaction of value between untrusted agents. They can be used to facilitate, verify, and enforce the negotiation or performance of economically-laden procedural instructions and potentially circumvent censorship, collusion, and counter-party risk. In Ethereum, smart contracts are treated as autonomous scripts or stateful decentralized applications that are stored in the Ethereum blockchain for later execution by the EVM. Instructions embedded in Ethereum contracts are paid for in ether (or more technically "gas") and can be implemented in a variety of Turing complete scripting languages.
Contracts on the public blockchain
As the contracts can be public, it opens up the possibility to prove functionality, e.g. self-contained provably fair casinos.
One issue related to using smart contracts on a public blockchain is that bugs, including security holes, are visible to all but cannot be fixed quickly. One example of this is the 17 June 2016 attack on The DAO, which could not be quickly stopped or reversed.
There is ongoing research on how to use formal verification to express and prove non-trivial properties. A Microsoft Research report noted that writing solid smart contracts can be extremely difficult in practice, using The DAO hack to illustrate this problem. The report discussed tools that Microsoft had developed for verifying contracts, and noted that a large-scale analysis of published contracts is likely to uncover widespread vulnerabilities. The report also stated that it is possible to verify the equivalence of a Solidity program and the EVM code.
Programming languages
Main article: SoliditySmart contracts are high-level programming abstractions that are compiled down to EVM bytecode and deployed to the Ethereum blockchain for execution. They can be written in Solidity (a language library with similarities to C and JavaScript), Serpent (similar to Python), LLL (a low-level Lisp-like language), and Mutan (Go-based, but deprecated). There is also a research-oriented language under development called Viper (a strongly-typed Python-derived decidable language).
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 had been detailed by early 2016. As of January 2016, the Ethereum protocol could process 25 transactions per second. In September 2016, Buterin presented proposals to increase scalability.
Use cases
The Ethereum platform has multiple proposed uses. Bloomberg describes it as "shared software that can be used by all but is tamperproof." Ethereum is used as a platform for decentralized applications, decentralized autonomous organizations and smart contracts, with "dozens of functioning applications built" on it by March 2016 according to the New York Times. The intended scope of applications include projects related to finance, the internet-of-things, 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.
Ecosystem
The projects listed in this section are not exhaustive and may be outdated.
Clients and wallets
- Geth — Client implementation in Go.
- Parity — Client implementation in Rust.
- cpp-ethereum — Client implementation in C++.
- Mist — Desktop wallet.
- MyEtherWallet — Web wallet.
- Jaxx — Web wallet.
- Ledger Nano S — Hardware wallet.
- KeepKey — Hardware wallet.
Decentralized applications
- Digital signatures that ensure authenticity and proof of existence of documents: the Luxembourg Stock Exchange has developed such a system
- Secure identity systems for the Internet: uPort
- Interactive grids for the Internet of Things (IoT), such as verification for physical assets utilizing Bluetooth low energy and near field communication chips. Slock.It is developing smart locks
- Digital tokens pegged to fiat currencies: Decentralized Capital. Spanish bank Santander is also involved in such a project
- Digital tokens pegged to gold: Digix
- Improved digital rights management for music: Imogen Heap used the technology
- Platforms for prediction markets: Augur (software), Gnosis
- Platforms for crowdfunding: the DAO (short for decentralized autonomous organization)
- Social media platforms with economic incentives: Backfeed, Akasha
- Decentralized marketplaces for physical items, financial products or energy: FreeMyVunk, Etheropt, TransActive Grid
- Mobile payments services for foreign workers: Everex
- Authenticate users and managing the billing process through smart contracts: RWE car charging
Enterprise software
Ethereum is being tested by enterprise software companies for various applications. Interested parties include Microsoft, IBM, JPMorgan Chase, Deloitte, R3, Innovate UK (cross-border payments prototype)
Permissioned ledgers
Ethereum is used and being investigated as a permissioned blockchain in various projects.
- J.P. Morgan Chase is developing a blockchain, atop Ethereum. The system, dubbed "Quorum," is designed to toe the line between private and public in the realm of shuffling derivatives and payments. The idea is to satisfy regulators who need seamless access to financial goings-on, while protecting the privacy of parties that don’t wish to reveal their identities nor the details of their transactions to the general public.
- Royal Bank of Scotland has announced that it has built a Clearing and Settlement Mechanism (CSM) based on the Ethereum distributed ledger and smart contract platform.
References
- ^ Understanding Ethereum (Report). CoinDesk. 24 June 2016.
- ConsenSys (23 June 2016). "Ethereum, Gas, Fuel, & Fees". ConsenSys Media. Retrieved 15 January 2017.
- Buterin, Vitalik (6 May 2014). "DAOs, DACs, DAs and More: An Incomplete Terminology Guide". Ethereum Foundation. Retrieved 14 May 2017.
- Bannon, Seth (15 May 2016). "The Tao of "The DAO" or: How the Autonomous Corporation is Already Here". TechCrunch. Retrieved 14 May 2017.
- ^ Vigna, Paul (16 May 2016). "Chiefless Company Rakes In More than $100 Million". Wall Street Journal. Retrieved 14 May 2017.
- ^ Popper, Nathaniel (18 June 2016). "Hacker May Have Taken $50 Million From Cybercurrency Project". The New York Times. Retrieved 14 May 2017.
- ^ Price, Rob (17 June 2016). "Digital Currency Ethereum is Cratering Amid Claims of a $50 Million Hack". Business Insider. Business Insider. Retrieved 14 May 2017.
- ^ 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 14 May 2017.
- ^ Vigna, Paul (20 July 2016). "Ethereum Gets Its Hard Fork, and the 'Truth' Gets Tested". Moneybeat. The Wall Street Journal. Retrieved 14 May 2017.
- ^ Quentson, Andrew (17 July 2016). "Miners Vote Overwhelmingly in Support of Ethereum's Hardfork". Cryptocoinnews. Retrieved 14 May 2017.
- ^ Buterin, Vitalik (26 July 2016). "Onward from the Hard Fork". Ethereum Foundation. Retrieved 14 May 2017.
- ^ Bradley, Miles (17 November 2016). "CoinDesk Research: Ethereum Hard Fork Had Little Impact on Sentiment". Coindesk. Retrieved 14 May 2017.
- ^ Aitken, Roger (23 April 2016). "Digital Gold 'Done Right' With DigixDAO Crypto-Trading On OpenLedger". Forbes. Retrieved 28 April 2016.
{{cite news}}
: Cite has empty unknown parameter:|dead-url=
(help) - "White Paper · ethereum/wiki Wiki · GitHub".
- ^ Finley, Klint (27 January 2014). "Out in the Open: Teenage Hacker Transforms Web Into One Giant Bitcoin Network". Wired. Retrieved 21 March 2016.
- Schneider, Nathan (7 April 2014). "Code your own utopia: Meet Ethereum, bitcoin's most ambitious successor". Al Jazeera. Retrieved 21 February 2016.
- ^ Tapscott, Don; Tapscott, Alex (May 2016). The Blockchain Revolution: How the Technology Behind Bitcoin is Changing Money, Business, and the World. ISBN 978-0670069972.
{{cite book}}
:|access-date=
requires|url=
(help) - Schmid, Valentin (10 May 2014). "The Entrepreneur: Joe Lubin, COO of Ethereum". Epoch Times. Retrieved 31 March 2016.
-
"Company Overview of Ethereum Switzerland GmbH". Bloomberg. 20 August 2016. Retrieved 20 August 2016.
The company was founded in 2014 and is based in Baar, Switzerland.
{{cite web}}
: Check|archiveurl=
value (help); Unknown parameter|deadurl=
ignored (|url-status=
suggested) (help) - Tapscott, Don; Tapscott, Alex (May 2016). The Blockchain Revolution: How the Technology Behind Bitcoin is Changing Money, Business, and the World. p. 87. ISBN 978-0670069972.
July 30, 2015, ... Ethereum ... went live. ... Ethereum is like bitcoin in that its ether motivates a network of peers to validate transactions, secure the network, and achieve consensus about what exists and what has occurred. But unlike bitcoin it contains some powerful tools to help developers and others create software services ranging from decentralized games to stock exchanges. ... a more robust scripting language for developing applications.
{{cite book}}
:|access-date=
requires|url=
(help) - https://www.nytimes.com/2016/03/28/business/dealbook/ethereum-a-virtual-currency-enables-transactions-that-rival-bitcoins.html?_r=0 Retrieved September-2-2016
- ^ Klint Finley for Wired. June 18, 2016 A $50 Million Hack Just Showed That The Dao Was All Too Human
- Vigna, Paul. "The Great Digital-Currency Debate: 'New' Ethereum Vs. Ethereum 'Classic'". Down Jones & Company Inc.
- Bovaird, Charles. "Can Two Ethereum Markets Co-Exist?". CoinDesk.
- Eliosoff, Jacob. "Why Ethereum Classic Must Die". CoinDesk.
- Seaman, David. ""Ethereum Classic," Another Bitcoin Scam". Huffington Post.
- "BTC-e calls Ethereum Classic 'scam'". Coinfox.
- Berns, Jeffrey. "Should the Ethereum Foundation Take IP Action Against Ethereum Classic?". BernsWeiss LLP.
- Young, Joseph. "Vitalik Buterin Won't Support ETC If It Takes Over ETH". CoinTelegraph.
- "ETH vs ETC - Developers Broadcast Their '100% Support for Ethereum'-- (Also just a great list of current Ethereum projects!)". Steemit.
- "Update on the projects that are "100% on ETH"". Reddit.
- Redman, Jamie (14 October 2016). "Ethereum to Hard Fork Two More Times Following Recent Attacks". Bitcoin.com. Bitcoin.com. Retrieved 22 November 2016.
- "Ethereum's Fourth Blockchain Fork: So Far, So Good". CoinDesk. 22 November 2016. Retrieved 7 December 2016.
- ^ Asharaf, S.; Adarsh, S. (2017). Decentralized Computing Using Blockchain Technologies and Smart Contracts: Emerging Research and Opportunities. IGI Global. pp. 54–55. ISBN 9781522521938.
- ^ Nathaniel Popper for the New York Times. March 27, 2016 Ethereum, a Virtual Currency, Enables Transactions That Rival Bitcoin's
- Ethereum Homestead Documentation: Ethereum Virtual Machine
- Dannen, Chris (2017). "The EVM". Introducing Ethereum and Solidity: Foundations of Cryptocurrency and Blockchain Programming for Beginners. Apress. pp. 47–67. ISBN 9781484225356.
- Ethereum Yellow Paper by Gavin Wood
- Triantafyllidis, Nikolaos Petros (19 February 2016). "The Ethereum Project: Ethereum History". Developing an Ethereum Blockchain Application (Report). University of Amsterdam. p. 20.
- ^ Asharaf, S.; Adarsh, S. (2017). "Appendix 1: Ethereum Clients". Decentralized Computing Using Blockchain Technologies and Smart Contracts: Emerging Research and Opportunities. IGI Global. p. 98. ISBN 9781522521938.
- Dannen, Chris (27 March 2017). "Ethereum Devs Publish Roadmap for EVM Upgrade". CryptoNews.
- EntEthAlliance: Ethereum Client Implementations
- Szabo, Nick (1997). "The Idea of Smart Contracts".
- Asharaf, S.; Adarsh, S. (2017). "Bridging the Blockchain Knowledge Gap". Decentralized Computing Using Blockchain Technologies and Smart Contracts: Emerging Research and Opportunities. IGI Global. pp. 1–20. ISBN 9781522521938.
- Piasecki, Piotr J. (2016). "Gaming Self-Contained Provably Fair Smart Contract Casinos". Ledger. 1: 99–110. doi:10.5195/ledger.2016.29.
- 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.
- "Short Paper: Formal Verification of Smart Contracts" (PDF). microsoft.com/. Microsoft. Archived from the original (PDF) on 27 August 2016. Retrieved 25 August 2016.
- Asharaf, S.; Adarsh, S. (2017). Decentralized Computing Using Blockchain Technologies and Smart Contracts: Emerging Research and Opportunities. IGI Global. pp. 71–72. ISBN 9781522521938.
- Rivlin, Brianne (14 November 2016). "Geth, Viper, and Wafr: New Ethereum Developments". ETHNews.
{{cite web}}
: Missing or empty|url=
(help) - ^ Allison, Ian (25 January 2016). "How are banks actually going to use blockchains and smart contracts?". International Business Times. Retrieved 4 May 2016.
- "Ethereum's Creator Proves Blockchain Scaling Vision is No Joke - CoinDesk". 19 September 2016.
- "This Is Your Company on Blockchain". Bloomberg Businessweek. Retrieved 14 September 2016.
- ^ Allison, Ian (20 January 2016). "R3 connects 11 banks to distributed ledger using Ethereum and Microsoft Azure". International Business Times. Retrieved 23 February 2016.
- Bordet, Julián (21 March 2016). "Decentralized Autonomous Organizations: Ethereum Sparks Up Googles of Tomorrow". The Cointelegraph. Retrieved 21 July 2016.
- "ethereum/cpp-ethereum". GitHub.
- "A Review of The Best Ethereum Wallets".
- Faife, Corin (10 February 2016). "MyEtherWallet Chrome Extension Beta Release". Sebfor.
- Redman, Jamie (13 February 2016). "Jaxx: The New Fleet of Bitcoin & Ethereum Wallets". Saint Bitts LLC.
- Faife, Corin (26 November 2016). "Ledger Launches Hardware Wallet for the Smart Contract Era". CoinDesk.
- Silva, Los (23 November 2016). "KeepKey Hard Wallet Supports Ethereum". ETHNews.
- "Luxembourg Stock Exchange introduces blockchain into reporting service". 18 October 2016. Retrieved 4 November 2016.
- EconoTimes. "ConsenSys uPort wins International Blockchain Summit - EconoTimes". EconoTimes. Retrieved 6 February 2017.
- Allison, Ian (23 September 2016). "ConsenSys uPort scoops first prize in International Blockchain Summit Demo Day". International Business Times UK. Retrieved 6 February 2017.
- Young, Joseph. "Chronicled Introduces New Ethereum-Powered IoT Open Registry". Nasdaq.
- "Ethcore Announces Pre-release Of Its Blockchain Technology Suite 'Parity'". EconoTimes. 11 February 2016. Retrieved 24 March 2016.
- Allison, Ian. "Ethereum-based Slock.it reveals first ever lock opened with money". International Business Times UK.
- Allison, Ian (12 September 2016). "Decentralized Capital issuing fiat-backed digital assets on the Ethereum blockchain". International Business Times.
- "Santander Confirms Fiat-backed Token Project on Ethereum Blockchain". CoinTelegraph. Retrieved 15 January 2017.
- Buntinx, JP (28 April 2016). "DigixDAO DGD Assets To Be Listed on OpenLedger". The Merkle. Retrieved 29 May 2016.
- Allison, Ian (4 October 2015). "Imogen Heap shows how smart music contracts work using Ethereum". International Business Times. Retrieved 24 March 2016.
- "Ethereum Prediction Market Service Takes First Steps With Beta Launch - CoinDesk". CoinDesk. 17 August 2016. Retrieved 6 February 2017.
- "ICO Roundup 2017 by Cointelegraph: Cashing In On Blockchain Apps' Mainstream Year". CoinTelegraph. Retrieved 6 February 2017.
- 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.
- Allison, Ian (30 April 2016). "Ethereum reinvents companies with launch of The DAO". International Business Times. Retrieved 1 May 2016.
- Weinglass, Simona (19 August 2015). "Backfeed wants to decentralize the Internet and help you earn what you deserve". Geektime.com. Retrieved 24 March 2016.
- CFA, Adam Hayes, (3 February 2017). "This New Social Network is Powered by Ethereum Technology". Investopedia. Retrieved 6 February 2017.
{{cite news}}
: CS1 maint: extra punctuation (link) CS1 maint: multiple names: authors list (link) - 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.
- "Decentralized Options Exchange Etheropt Uses Automated Ethereum Smart Contract".
- Rutkin, Aviva (2 March 2016). "Blockchain-based microgrid gives power to consumers in New York". New Scientist. Retrieved 24 March 2016.
- Mizrahi, Avi (1 December 2016). "Everex Helps Migrant Workers Send Remittance Back to Myanmar via Ethereum". Finance Magnates. Retrieved 14 December 2016.
- Higgins, Stan. "Why a German Power Company is Using Ethereum to Test Blockchain Car Charging". CoinDesk. Retrieved 2 May 2017.
{{cite news}}
: Cite has empty unknown parameter:|dead-url=
(help) - "Hyperledger blockchain code almost comes together for IoT". Rethink Research. Retrieved 23 April 2016.
- Allison, Ian (3 May 2016). "Deloitte to build Ethereum-based 'digital bank' with New York City's ConsenSys". International Business Times.
- "UK Government Awards £248k for Ethereum Prototype". CoinDesk.
- "Settlement using blockchain to Automate Foreign Exchange in a Regulated environment (SAFER)". Innovate UK.
- Hacket, Robert. "Why J.P. Morgan Chase Is Building a Blockchain on Ethereum". Fortune.
- "Proving Ethereum for the Clearing Use Case" (PDF).
- Allison, Ian (7 December 2016). "Blockchain: RBS builds Ethereum-based distributed clearing house". IB Times. Retrieved 8 May 2017.
External links
Cryptocurrencies | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Technology | |||||||||||||||
Consensus mechanisms | |||||||||||||||
Proof of work currencies |
| ||||||||||||||
Proof of stake currencies | |||||||||||||||
ERC-20 tokens | |||||||||||||||
Stablecoins | |||||||||||||||
Other currencies | |||||||||||||||
Inactive currencies | |||||||||||||||
Crypto service companies | |||||||||||||||
Related topics |
| ||||||||||||||