......Ethereum is a global, decentralized platform for money and new kinds of applications...... On Ethereum, you can write code that controls the money, and build applications accessible anywhere in the world.
--Things to know about this two things Ethereum and Bitcoin.
--- Bitcoin blockchain technology has many other applications that go way beyond digital currencies. In fact, Bitcoin is only one of several hundred applications that use blockchain technology today.
Until relatively recently, building blockchain applications has required a complex background in coding, cryptography, mathematics as well as significant resources. But times have changed. Previously unimagined applications, from electronic voting & digitally recorded property assets to regulatory compliance & trading are now actively being developed and deployed faster than ever before. By providing developers with the tools to build decentralized applications, ethereum is making all of this possible.
November 2013: Vitalik Buterin publishes the ethereum whitepaper.
January 2014: The development of the Ethereum platform was publicly announced. The original Ethereum development team consisted of Vitalik Buterin, Mihai Alisie, Anthony Di Iorio, and Charles Hoskinson.
August 2014: Ethereum ends their ICO and raises $18.4 million.
May 2015: “Olympic” the ethereum testnet releases.
July 30, 2015: The first stage of Ethereum’s development, “Frontier” was released.
March 14, 2016: Homestead, the first “stable” ethereum release, went out on block 1,150,000.
June 2016: The DAO hack happens and the $50 million worth of Ether, which was 15% of the total Ether in circulation back at the time.
October 25, 2016: Ethereum Classic forks away from the original Ethereum protocol.
October 16, 2017: The Metropolis Byzantium hardfork update happens.
February 28, 2019: The Metropolis Constantinople hardfork update happens.
At its simplest, ethereum is an open software platform based on blockchain technology that enables developers to build and deploy decentralized applications.
Is ethereum similar to Bitcoin? Well, sort of, but not really.
Like Bitcoin, ethereum is a distributed public blockchain network. Although there are some significant technical differences between the two, the most important distinction to note is that Bitcoin and Ethereum differ substantially in purpose and capability. Bitcoin offers one particular application of blockchain technology, a peer to peer electronic cash system that enables online Bitcoin payments. While Bitcoin is used to track ownership of digital currency (bitcoins), ethereum focuses on running the programming code of any decentralized application.
In the Ethereum, instead of mining for bitcoin, miners work to earn Ether, a type of crypto token that fuels the network. Beyond a tradeable cryptocurrency, Ether is also used by application developers to pay for transaction fees and services on the ethereum network.
There is a second type of token that is used to pay miners fees for including transactions in their block, it is called gas, and every smart contract execution requires a certain amount of gas to be sent along with it to entice miners to put it in the blockchain.
“Bitcoin is first and foremost a currency; this is one particular application of a blockchain. However, it is far from the only application. To take a past example of a similar situation, e-mail is one particular use of the internet, and for sure helped popularise it, but there are many others.” – Gavin Wood, ethereum Co-Founder
[]
---- Ethereum smart contact
Smart contract is just a phrase used to describe a computer code that can facilitate the exchange of money, content, property, shares,
Smart contracts are a series of instructions, written using the programming language “solidity”, which works on the basis of the IFTTT logic like, (IF-THIS-THEN-THAT logic).
Ethereum Gas is a unit that measures the amount of computational effort that it will take to execute certain operations.
Every single operation that takes part in Ethereum, be it a transaction or smart contract execution requires some amount of gas.
Miners get paid an amount in Ether which is equivalent to the total amount of gas it took them to execute a complete operation.
Ethereum Gas – is the lifeblood of the Ethereum ecosystem, there is no other way of putting that. Gas is a unit that measures the amount of computational effort that it will take to execute certain operations.
Every single operation that takes part in Ethereum, be it a simple transaction, or a smart contract, or even an ICO takes some amount of gas. Gas is what is used to calculate the amount of fees that need to be paid to the network in order to execute an operation. ( michael Solomon).
Thanks