Ethereum

in #crytocurrencies7 years ago

Ethereum
From Wikipedia, the free encyclopedia
Ethereum
The Ethereum Project's logo, first used in 2014
The Ethereum Project's logo, first used in 2014
Initial release 30 July 2015
Repository github.com/ethereum/go-ethereum
Development status Active
Written in C++, Go, Rust
Operating system Clients available for Linux, Windows, macOS, POSIX, Raspbian
Platform x86, ARM
Type Decentralized computing
License GPLv3, LGPLv3[1]
Website www.ethereum.org
Ethereum is an open-source, public, blockchain-based distributed computing platform featuring smart contract (scripting) functionality, which facilitates online contractual agreements.[2] 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 mitigate spam and allocate resources on the network.[2][3]

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.[4] The system went live on 30 July 2015, with 11.9 million coins "premined" for the crowdsale.[5] This accounts for approximately 13 percent of the total circulating supply.[when?]

In 2016 Ethereum was forked into two blockchains, as a result of the collapse of The DAO project. The majority fork has retained the name Ethereum (the subject of this article), and the second fork named Ethereum Classic.[6][7][8]
65px-Ethereum_logo_2014.svg.png
Contents [hide]
1 History
1.1 Origin
1.2 Milestones
1.3 The DAO hard fork
2 Architecture
2.1 Ether
2.2 Ethereum Virtual Machine
2.3 Smart contracts
2.3.1 Contracts on the public blockchain
2.4 Programming languages
2.5 Performance
2.6 Ether supply increase rate
2.7 Use cases
3 Ecosystem
3.1 Clients and wallets
3.2 Decentralized applications
3.3 Enterprise software
3.3.1 Enterprise Ethereum Alliance (EEA)
3.3.2 Permissioned ledgers
4 Criticism
5 References
6 External links
History[edit]
Origin[edit]
Ethereum was initially described in a white paper by Vitalik Buterin,[9] a programmer involved with Bitcoin, in late 2013 with a goal of building decentralized applications.[10][11] 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.[12]:88

The original four members of the Ethereum team were Vitalik Buterin, Mihai Alisie, Anthony Di Iorio, and Charles Hoskinson.[13] Formal development of the Ethereum software project began in early 2014 through a Swiss company, Ethereum Switzerland GmbH (EthSuisse).[14][15] 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.[4] While there was early praise for the technical innovations of Ethereum, questions were also raised about its security and scalability.[10]

Milestones[edit]
Several prototypes of the Ethereum platform were developed by the Foundation, as part of their Proof-of-Concept series, prior to the official launch of the Frontier network. The last of these prototypes culminated in a public beta pre-release known as "Olympic".[16][17] The Olympic network provided users with a bug bounty of 25,000 ether for stress testing the limits of the Ethereum blockchain.

After Olympic, the Foundation announced the beginning of the Frontier network to mark the tentative experimental release of the Ethereum platform in July of 2015.[18][19] Since the initial launch, Ethereum has undergone several planned protocol upgrades called milestones, which are important changes affecting the underlying functionality and/or incentive structures of the platform.[20][21]

The current milestone is named "Homestead" and is considered stable.[22][23] It includes improvements to transaction processing, gas pricing, and security.[24][22][25] There are at least two other protocol upgrades planned in the future, i.e. Metropolis and Serenity. Metropolis is intended to reduce the complexity of the EVM and provide more flexibility for smart contract developers.[21] The move to Serenity is still uncertain, but should include a fundamental change to Ethereum's consensus algorithm to enable a basic transition from hardware mining (proof-of-work) to virtual mining (proof-of-stake).[21][26] Improvements to scalability, specifically sharding, are also said to be a key objective on the development roadmap.[27][28]

Version Code name Release date
0 Olympic May, 2015[29]
1 Frontier 30 July 2015[29]
2 Homestead 14 March 2016[29]
3 Metropolis TBA[29]
4 Serenity TBA[29]
Old versionOlder version, still supportedLatest versionFuture release
16px-Symbol_list_class.svg.png
The DAO hard fork[edit]
In 2016 a decentralized autonomous organization called The DAO, a set of smart contracts developed on the platform, raised a record US$150 million in a crowdsale to fund the project.[30] The DAO was subjected to an exploit in June where US$50 million in ether were claimed by an anonymous entity.[31][32] The event sparked a debate in the crypto-community about whether Ethereum should perform a contentious "hard fork" to reappropriate the stolen funds.[33] As a result of the dispute, the network split in two, Ethereum (the subject of this article) and Ethereum Classic.

The hard fork created a rivalry between the two networks.[34][35][36] The people who continued with Ethereum Classic advocate for blockchain immutability, and code is law[37] against the pro-fork side (Ethereum) which largely argued for extra-protocol intentionality, decentralized decision-making, and conflict resolution.[38][39][40] Various critics of Ethereum Classic have denounced it as a scam[41][42] and a potential theft of intellectual property,[43] with similar controversial remarks being made on behalf of the opposing camp. Ethereum Classic has retained some users of Ethereum and has also attracted others from the wider crypto-community who reject contentious forks on ideological grounds. The project, however, is not officially supported by the Ethereum Foundation,[44] nor is it generally endorsed by the consortium of developers, business partners, miners, and users of the Ethereum ecosystem.

After the initial hard fork, Ethereum subsequently forked two times in the fourth quarter of 2016 to deal with other attacks.[45] By the end of November 2016, Ethereum had increased its DDoS protection, de-bloated the blockchain, and thwarted further spam attacks by hackers.[25]

Architecture[edit]
Ether[edit]
Ether
Denominations
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.[46]

Tokens can be volatile per circumstances, such as ether's plunge from $21.50 to $8 when The DAO was hacked on 17 June 2016.[32] As of June 2017, the value of ether had risen to more than $400, a 5,000% rise since the beginning of the year.[47] Volatility continued, however, including a "flash crash" triggered by a large sell order on one exchange which briefly dropped the price to $0.10, after which it recovered to more than $300.[48]

Ethereum Virtual Machine[edit]
The Ethereum Virtual Machine (EVM)[49][50] 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.[51][52] 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).[53][54][55]

Smart contracts[edit]
Main article: Smart contract
Smart contracts are deterministic exchange mechanisms controlled by digital means that can carry out the direct transaction of value between untrusted agents.[56] 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.[2][57]

Contracts on the public blockchain[edit]
As the contracts can be public, it opens up the possibility to prove functionality, e.g. self-contained provably fair casinos.[58]

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.[59] One example of this is the 17 June 2016 attack on The DAO, which could not be quickly stopped or reversed.[31]

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.[60]

Programming languages[edit]
Main article: Solidity
Smart 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).[61] There is also a research-oriented language under development called Viper (a strongly-typed Python-derived decidable language).[62]

Performance[edit]
In Ethereum all smart contracts are stored publicly on every node of the blockchain, which has trade-offs.[63] The downside is that performance issues arise in that every node is calculating all the smart contracts in real time, resulting in lower speeds.[63] Ethereum engineers have been working on sharding the calculations, but no solution had been detailed by early 2016.[63] As of January 2016, the Ethereum protocol could process 25 transactions per second.[63] In September 2016, Buterin presented proposals to increase scalability.[28]

Ether supply increase rate[edit]
The supply of Ether was projected to increase by 14.75% in 2017, gradually declining to 1.59% by 2065.[64][unreliable source?] However, a new implementation of Ethereum named "Casper" based on proof of stake rather than proof of work is expected to reduce the inflation rate to between 0.5% to 2%.[65][66]

Use cases[edit]
The Ethereum platform has multiple proposed uses. Bloomberg describes it as "shared software that can be used by all but is tamperproof."[67] 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.[46][68] 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.[46] Decentralized autonomous organizations may enable a wide range of possible business models that were previously impossible or too costly to run.[69]

Ecosystem[edit]
The projects listed in this section are not exhaustive and may be outdated.

Clients and wallets[edit]
cpp-ethereum — Client implementation in C++.[70]
Geth — Client implementation in Go.[53]
Hyperledger Burrow[71] — Ethereum virtual machine implementation in Go, built by Monax.
Jaxx — Web wallet.[72]
KeepKey — Hardware wallet.[73]
Ledger Nano S — Hardware wallet.[74]
Mist — Desktop wallet.[75]
MyEtherWallet — Web wallet.[76]
Parity — Client implementation in Rust.[53]
Decentralized applications[edit]
Digital signatures that ensure authenticity and proof of existence of documents: the Luxembourg Stock Exchange has developed such a system[77]
Secure identity systems for the Internet: uPort[78][79]
Interactive grids for the Internet of Things (IoT), such as verification for physical assets utilizing Bluetooth low energy and near field communication chips.[80][81] Slock.It is developing smart locks[82]
Digital tokens pegged to fiat currencies: Decentralized Capital.[83] Spanish bank Santander is also involved in such a project[84]
Digital tokens pegged to gold: Digix[4][85]
Improved digital rights management for music: Imogen Heap used the technology[86]
Platforms for prediction markets: Augur (software), Gnosis[87][88]
Platforms for crowdfunding: the DAO (short for decentralized autonomous organization)[89][90][30]
Social media platforms with economic incentives: Backfeed,[91] Akasha[92]
Decentralized marketplaces for physical items, financial products or energy: FreeMyVunk,[93] Etheropt,[94] TransActive Grid[95]
Mobile payments services for foreign workers: Everex[96]
Authenticate users and managing the billing process through smart contracts: RWE car charging[97]
Enterprise software[edit]
Ethereum is being tested by enterprise software companies for various applications. Interested parties include Microsoft, IBM, JPMorgan Chase,[46][98] Deloitte,[99] R3,[68] Innovate UK (cross-border payments prototype).[100][101]

Enterprise Ethereum Alliance (EEA)[edit]
In March 2017, various blockchain start-ups, research groups, and Fortune 500 companies announced the creation of the Enterprise Ethereum Alliance (EEA)[102] — a nonprofit organization with over 116 enterprise members — including ConsenSys, Cornell University's research group, Toyota Research Institute, Samsung SDS, Microsoft, Intel, J.P. Morgan, Merck KGaA, DTCC, Deloitte, Accenture, Banco Santander, BNY Mellon, ING, and National Bank of Canada.[103][104][105] The purpose of the EEA is to coordinate the engineering of an open-source standard and private "permissioned" version of the Ethereum blockchain that can address the common interests of enterprises in banking, management, consulting, automotive, pharmaceutical, health, technology, mobile, entertainment, and other industries, while working with developers from the Ethereum ecosystem. Certain members of the alliance have also indicated a desire to investigate and collaborate on hybrid architectures to potentially anchor private blockchains to the public Ethereum blockchain in the future, although concerns remain over the security, compliance, and regulations involved in bridging such permissioned and "permissionless" blockchains.[102][106][105]

Permissioned ledgers[edit]
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.[107]
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.[108][109]
Criticism[edit]
The main Ethereum public blockchain and the "ether" cryptocurrency have been criticized for enabling ponzi schemes.[110]

References[edit]
Jump up ^ "Ethereum Go GitHub repository".
^ Jump up to: a b c Understanding Ethereum (Report). CoinDesk. 24 June 2016.
Jump up ^ ConsenSys (2016-06-23). "Ethereum, Gas, Fuel, & Fees". ConsenSys Media. Retrieved 2017-01-15.
^ Jump up to: a b c Aitken, Roger (23 April 2016). "Digital Gold 'Done Right' With DigixDAO Crypto-Trading On OpenLedger". Forbes. Retrieved 28 April 2016.
Jump up ^ etherchain.org. "Accounts - etherchain.org - The ethereum blockchain explorer". www.etherchain.org. Retrieved 2017-05-30.
Jump up ^ De Jesus, Cecille (19 July 2016). "The DAO Heist Undone: 97% of ETH Holders Vote for the Hard Fork". Futurism, LLC. Retrieved 16 May 2017.
Jump up ^ Quentson, Andrew (17 July 2016). "Miners Vote Overwhelmingly in Support of Ethereum's Hardfork". Cryptocoinnews. Retrieved 14 May 2017.
Jump up ^ Bradley, Miles (17 November 2016). "CoinDesk Research: Ethereum Hard Fork Had Little Impact on Sentiment". Coindesk. Retrieved 14 May 2017.
Jump up ^ "White Paper · ethereum/wiki Wiki · GitHub".
^ Jump up to: a b Finley, Klint (27 January 2014). "Out in the Open: Teenage Hacker Transforms Web Into One Giant Bitcoin Network". Wired. Retrieved 21 March 2016.
Jump up ^ Schneider, Nathan (7 April 2014). "Code your own utopia: Meet Ethereum, bitcoin's most ambitious successor". Al Jazeera. Retrieved 21 February 2016.
Jump up ^ Tapscott, Don; Tapscott, Alex (2016-05-07). The Blockchain Revolution: How the Technology Behind Bitcoin is Changing Money, Business, and the World. Portfolio. ISBN 978-0670069972.
Jump up ^ "Ethereum: Now Going Public".
Jump up ^ Schmid, Valentin (10 May 2014). "The Entrepreneur: Joe Lubin, COO of Ethereum". Epoch Times. Retrieved 31 March 2016.
Jump up ^ "Company Overview of Ethereum Switzerland GmbH". Bloomberg. 2016-08-20. Archived from the original on 2016-08-20. Retrieved 2016-08-20. The company was founded in 2014 and is based in Baar, Switzerland.
Jump up ^ Buterin, Vitalik (2015-05-09). "Olympic: Frontier Pre-Release". Ethereum Foundation. Retrieved 2017-06-05.
Jump up ^ Lombardo, Hans (2015-05-17). "Ethereum Debuts “eπ” Ethereum-on-Raspberry Pi as Olympic Whirs before Frontier Release". Allcoinsnews. Retrieved 2017-06-05.
Jump up ^ Gupta, Vinay (2015-03-12). "Getting to the Frontier". Ethereum Foundation. Retrieved 2015-06-05.
Jump up ^ Vigna, Paul (2015-07-31). "BitBeat: Ethereum Opens Its ‘Frontier’ for Business". The Wall Street Journal. Retrieved 2017-06-05.
Jump up ^ Gupta, Vinay (2015-03-03). "The Ethereum Launch Process". Ethereum Foundation. Retrieved 2017-06-05.
^ Jump up to: a b c Silva, Los (2017-02-25). "Ethereum's Road Map for 2017". ETHNews. Retrieved 2017-06-05.
^ Jump up to: a b "Ethereum Homestead Documentation: The Homestead Release". Ethereum Foundation. n.d. Retrieved 2017-06-05.
Jump up ^ Donnelly, Jacob (2016-03-14). "Ethereum Blockchain Project Launches First Production Release". CoindDesk. Retrieved 2017-06-05.
Jump up ^ Wilcke, Jeffrey (2016-02-29). "Homestead Release". Ethereum Foundation. Retrieved 2017-06-05.
^ Jump up to: a b Hertig, Alyssa (2016-11-22). "Ethereum's Fourth Blockchain Fork: So Far, So Good". CoinDesk. Retrieved 2017-06-05.
Jump up ^ Hertig, Alyssa (2017-01-18). "Where's Casper? Inside Ethereum's Race to Reinvent its Blockchain". CoinDesk. Retrieved 2017-06-05.
Jump up ^ Hertig, Alyssa (n.d.). "How Will Ethereum Scale?". CoinDesk. Retrieved 2017-06-05.
^ Jump up to: a b Rizzo, Pete (2016-09-19). "Ethereum's Creator Proves Blockchain Scaling Vision is No Joke". CoinDesk. Retrieved 2017-06-05.
^ Jump up to: a b c d e Asharaf, S.; Adarsh, S. (2017). Decentralized Computing Using Blockchain Technologies and Smart Contracts: Emerging Research and Opportunities. IGI Global. pp. 54–55. ISBN 9781522521938.
^ Jump up to: a b Vigna, Paul (16 May 2016). "Chiefless Company Rakes In More than $100 Million". Wall Street Journal. Retrieved 14 May 2017.
^ Jump up to: a b Popper, Nathaniel (18 June 2016). "Hacker May Have Taken $50 Million From Cybercurrency Project". The New York Times. Retrieved 14 May 2017.
^ Jump up to: a b 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.
Jump up ^ 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.
Jump up ^ Hertig, Alyssa (28 July 2016). "Ethereum's Two Ethereums Explained". CoinDesk. Retrieved 15 May 2017.
Jump up ^ Vigna, Paul (1 August 2016). "The Great Digital-Currency Debate: 'New' Ethereum Vs. Ethereum 'Classic'". Down Jones & Company Inc. Retrieved 15 May 2017.
Jump up ^ Bovaird, Charles (21 August 2016). "Can Two Ethereum Markets Co-Exist?". CoinDesk. Retrieved 15 May 2017.
Jump up ^ Pearson, Jordan (27 July 2016). "The Ethereum Hard Fork Spawned a Shaky Rebellion". Motherboard. Retrieved 15 May 2017.
Jump up ^ De Filippi, Primavera (11 July 2016). "A $50M Hack Tests the Values of Communities Run by Code". Motherboard. Retrieved 15 May 2017.
Jump up ^ Mougayar, William (21 June 2016). "What We Can Learn From The DAO". CoinDesk. Retrieved 15 May 2017.
Jump up ^ Eliosoff, Jacob (17 August 2016). "Why Ethereum Classic Must Die". CoinDesk. Retrieved 15 May 2017.
Jump up ^ Seaman, David. ""Ethereum Classic," Another Bitcoin Scam". Huffington Post.
Jump up ^ "BTC-e calls Ethereum Classic 'scam'". Coinfox.
Jump up ^ Berns, Jeffrey. "Should the Ethereum Foundation Take IP Action Against Ethereum Classic?". BernsWeiss LLP.
Jump up ^ Young, Joseph. "Vitalik Buterin Won’t Support ETC If It Takes Over ETH". CoinTelegraph.
Jump up ^ Redman, Jamie (14 October 2016). "Ethereum to Hard Fork Two More Times Following Recent Attacks". Bitcoin.com. Bitcoin.com. Retrieved 22 November 2016.
^ Jump up to: a b c d Popper, Nathaniel (27 March 2016). "Ethereum, a Virtual Currency, Enables Transactions That Rival Bitcoin’s". New York Times. Retrieved 2 September 2016.
Jump up ^ Kharpal, Arjun (12 June 2017). "Ethereum hits another record high after bitcoin and is now up over 5,000% since the start of the year". CNBC. Retrieved 24 June 2017.
Jump up ^ Kharpal, Arjun (22 June 2017). "Ethereum briefly crashed from $319 to 10 cents in seconds on one exchange after ‘multimillion dollar’ trade". CNBC. Retrieved 24 June 2017.
Jump up ^ "What is Ethereum? — Ethereum Homestead 0.1 documentation". ethdocs.org.
Jump up ^ Dannen, Chris (2017). "The EVM". Introducing Ethereum and Solidity: Foundations of Cryptocurrency and Blockchain Programming for Beginners. Apress. pp. 47–67. ISBN 9781484225356.
Jump up ^ Ethereum Yellow Paper by Gavin Wood
Jump up ^ Triantafyllidis, Nikolaos Petros (19 February 2016). "The Ethereum Project: Ethereum History". Developing an Ethereum Blockchain Application (Report). University of Amsterdam. p. 20.
^ Jump up to: a b c 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.
Jump up ^ Dannen, Chris (27 March 2017). "Ethereum Devs Publish Roadmap for EVM Upgrade". CryptoNews.
Jump up ^ "Ethereum Client Implementations - EntEthAlliance - Confluence". entethalliance.atlassian.net.
Jump up ^ Szabo, Nick (1997). "The Idea of Smart Contracts".
Jump up ^ 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.
Jump up ^ Piasecki, Piotr J. (2016). "Gaming Self-Contained Provably Fair Smart Contract Casinos". Ledger. 1: 99–110. doi:10.5195/ledger.2016.29.
Jump up ^ 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.
Jump up ^ "Short Paper: Formal Verification of Smart Contracts" (PDF). microsoft.com/. Microsoft. Archived from the original (PDF) on 27 August 2016. Retrieved 25 August 2016.
Jump up ^ Asharaf, S.; Adarsh, S. (2017). Decentralized Computing Using Blockchain Technologies and Smart Contracts: Emerging Research and Opportunities. IGI Global. pp. 71–72. ISBN 9781522521938.
Jump up ^ Rivlin, Brianne (14 November 2016). "Geth, Viper, and Wafr: New Ethereum Developments". ETHNews.
^ Jump up to: a b c d Allison, Ian (25 January 2016). "How are banks actually going to use blockchains and smart contracts?". International Business Times. Retrieved 4 May 2016.
Jump up ^ "Spreadsheet of Ether inflation rate". Presale. Google Docs. Retrieved 2017-07-04.
Jump up ^ Hertig, Alyssa (January 18, 2017). "Where's Casper? Inside Ethereum's Race to Reinvent its Blockchain". CoinDesk. Retrieved 2017-07-04.
Jump up ^ Buterin, Vitalik (June 27, 2017). "Once Casper comes out, ~0.5-2% annual seems feasible. Once we add partial tx fee burning and if fees go up, may go to 0 or lower". Twitter. Retrieved 2017-07-04.
Jump up ^ "This Is Your Company on Blockchain". Bloomberg Businessweek. Retrieved 2016-09-14.
^ Jump up to: a b Allison, Ian (20 January 2016). "R3 connects 11 banks to distributed ledger using Ethereum and Microsoft Azure". International Business Times. Retrieved 23 February 2016.
Jump up ^ Bordet, Julián (21 March 2016). "Decentralized Autonomous Organizations: Ethereum Sparks Up Googles of Tomorrow". The Cointelegraph. Retrieved 21 July 2016.
Jump up ^ "ethereum/cpp-ethereum". GitHub.
Jump up ^ "Hyperledger Burrow Github Repository". GitHub.com.
Jump up ^ Redman, Jamie (13 February 2016). "Jaxx: The New Fleet of Bitcoin & Ethereum Wallets". Saint Bitts LLC.
Jump up ^ Silva, Los (23 November 2016). "KeepKey Hard Wallet Supports Ethereum". ETHNews.
Jump up ^ Faife, Corin (26 November 2016). "Ledger Launches Hardware Wallet for the Smart Contract Era". CoinDesk.
Jump up ^ "A Review of The Best Ethereum Wallets".
Jump up ^ Faife, Corin (10 February 2016). "MyEtherWallet Chrome Extension Beta Release". Sebfor.
Jump up ^ "Luxembourg Stock Exchange introduces blockchain into reporting service". 2016-10-18. Retrieved 2016-11-04.
Jump up ^ EconoTimes. "ConsenSys uPort wins International Blockchain Summit - EconoTimes". EconoTimes. Retrieved 2017-02-06.
Jump up ^ Allison, Ian (2016-09-23). "ConsenSys uPort scoops first prize in International Blockchain Summit Demo Day". International Business Times UK. Retrieved 2017-02-06.
Jump up ^ Young, Joseph. "Chronicled Introduces New Ethereum-Powered IoT Open Registry". Nasdaq.
Jump up ^ "Ethcore Announces Pre-release Of Its Blockchain Technology Suite ‘Parity’". EconoTimes. 11 February 2016. Retrieved 24 March 2016.
Jump up ^ Allison, Ian. "Ethereum-based Slock.it reveals first ever lock opened with money". International Business Times UK.
Jump up ^ Allison, Ian (12 September 2016). "Decentralized Capital issuing fiat-backed digital assets on the Ethereum blockchain". International Business Times.
Jump up ^ "Santander Confirms Fiat-backed Token Project on Ethereum Blockchain". CoinTelegraph. Retrieved 2017-01-15.
Jump up ^ Buntinx, JP (28 April 2016). "DigixDAO DGD Assets To Be Listed on OpenLedger". The Merkle. Retrieved 29 May 2016.
Jump up ^ Allison, Ian (4 October 2015). "Imogen Heap shows how smart music contracts work using Ethereum". International Business Times. Retrieved 24 March 2016.
Jump up ^ "Ethereum Prediction Market Service Takes First Steps With Beta Launch - CoinDesk". CoinDesk. 2016-08-17. Retrieved 2017-02-06.
Jump up ^ "ICO Roundup 2017 by Cointelegraph: Cashing In On Blockchain Apps’ Mainstream Year". CoinTelegraph. Retrieved 2017-02-06.
Jump up ^ 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 28 May, 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.
Jump up ^ Allison, Ian (30 April 2016). "Ethereum reinvents companies with launch of The DAO". International Business Times. Retrieved 1 May 2016.
Jump up ^ Weinglass, Simona (19 August 2015). "Backfeed wants to decentralize the Internet and help you earn what you deserve". Geektime.com. Retrieved 24 March 2016.
Jump up ^ CFA, Adam Hayes, (2017-02-03). "This New Social Network is Powered by Ethereum Technology". Investopedia. Retrieved 2017-02-06.
Jump up ^ 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.
Jump up ^ "Decentralized Options Exchange Etheropt Uses Automated Ethereum Smart Contract".
Jump up ^ Rutkin, Aviva (2 March 2016). "Blockchain-based microgrid gives power to consumers in New York". New Scientist. Retrieved 24 March 2016.
Jump up ^ Mizrahi, Avi (2016-12-01). "Everex Helps Migrant Workers Send Remittance Back to Myanmar via Ethereum". Finance Magnates. Retrieved 2016-12-14.
Jump up ^ Higgins, Stan. "Why a German Power Company is Using Ethereum to Test Blockchain Car Charging". CoinDesk. Retrieved 2017-05-02.
Jump up ^ "Hyperledger blockchain code almost comes together for IoT". Rethink Research. Retrieved 23 April 2016.
Jump up ^ Allison, Ian (3 May 2016). "Deloitte to build Ethereum-based 'digital bank' with New York City's ConsenSys". International Business Times.
Jump up ^ "UK Government Awards £248k for Ethereum Prototype". CoinDesk.
Jump up ^ "Settlement using blockchain to Automate Foreign Exchange in a Regulated environment (SAFER)". Innovate UK.
^ Jump up to: a b Popper, Nathaniel (2017-02-27). "Business Giants to Announce Creation of a Computing System Based on Ethereum". New York Times. Retrieved 2017-06-05.
Jump up ^ Peck, Morgan (2017-03-02). "Corporate Titans Unite to Build an Enterprise Version of the Ethereum Blockchain". Institute of Electrical and Electronics Engineers (IEEE). Retrieved 2017-06-05.
Jump up ^ "Enterprise Ethereum Alliance expands dramatically announcing 86 new members" (PDF) (Press release). Enterprise Ethereum Alliance (EEA). 2017-05-19. Retrieved 2017-06-05.
^ Jump up to: a b Shin, Laura (2017-05-22). "Ethereum Enterprise Alliance Adds 86 New Members Including DTCC, State Street And Infosys". Forbes. Retrieved 2017-05-22.
Jump up ^ "Newly formed enterprise collaboration drives Ethereum blockchain technology best practices focusing on security, privacy, scalability, and interoperability" (Press release). Market Wire. 2017-03-01. Retrieved 2017-06-05.
Jump up ^ Hacket, Robert. "Why J.P. Morgan Chase Is Building a Blockchain on Ethereum". Fortune.
Jump up ^ "Proving Ethereum for the Clearing Use Case" (PDF).
Jump up ^ Allison, Ian (7 December 2016). "Blockchain: RBS builds Ethereum-based distributed clearing house". IB Times. Retrieved 8 May 2017.
Jump up ^ Kaminska, Izabella (1 June 2017). "It's not a ponzi, it's a smart ponzi". Financial Times - Alphaville.
External links[edit]
Media related to Ethereum at Wikimedia Commons

Ethereum Foundation (Stiftung Ethereum)
[hide] v t e
Cryptocurrencies
SHA-256-based
Bitcoin Peercoin Namecoin
Scrypt-based
Auroracoin Dogecoin Litecoin PotCoin
Zerocoin-based
Zcash Zcoin ZeroVert
CryptoNote-based
Bytecoin Monero DigitalNote Boolberry
Ethash-based
Ethereum Ethereum Classic Ubiq
Other proof-of-work
Dash Primecoin
Non proof-of-work
BlackCoin Burstcoin Counterparty Gridcoin Lisk NEM Nxt Ripple Stellar Shadow
Technology
Blockchain Cryptocurrency tumbler Proof-of-stake Proof-of-work system Zerocash Zerocoin
Related topics
Alternative currency Anonymous internet banking Bitcoin network Crypto-anarchism Digital currency Digital currency exchanger Double-spending Electronic money Initial coin offering Virtual currency
Category Category Commons page Commons List-Class article List
Categories: BlockchainsCross-platform softwareCryptocurrenciesEthereum2015 software

Sort:  

Copying/Pasting full texts is frowned upon by the community.

Some tips to share content and add value:

  • Using a few sentences from your source in “quotes.” Use HTML tags or Markdown.
  • Linking to your source
  • Include your own original thoughts and ideas on what you have shared.

Repeated copy/paste posts could be considered spam. Spam is discouraged by the community, and may result in action from the cheetah bot.

Creative Commons: If you are posting content under a Creative Commons license, please attribute and link according to the specific license. If you are posting content under CC0 or Public Domain please consider noting that at the end of your post.

If you are actually the original author, please do reply to let us know!

Thank You!

Hello! I just upvoted you! I help new Steemit members! Upvote this comment and follow me! i will upvote your future posts! To any other visitor, upvote this post also to receive free UpVotes from me! Happy SteemIt!

great post
The info is very good for me and for all who do not know about ethereum, it is really a very nice post and very helpful
Thank for sharing
i like it @jalalkhan

Very good blog. I was about to start a similair discussion. The coin market will be turbulent for the upcoming year(s) but I really believe in the blockchain as a technology. We do need to look better at the insights of every coin. What team is behind it, is there any management. How strong is the product, is there any product at all? Do you know this interesting site? https://www.coincheckup.com Every single coin can be analysed here based on: the team, the product, advisors, community, the business and the business model and much more. For example: https://www.coincheckup.com/coins/Ethereum#analysis To see the: Ethereum Detailed report.