Ethereum is a decentralized open-source blockchain featuring smart contract functionality. Ether is the native cryptocurrency token of the Ethereum platform. It is the second-largest cryptocurrency by market capitalization, behind Bitcoin.
Ethereum & History
Bitcoin is the basis from which Ethereum was developed. Bitcoin is a form of decentralized money. Before bitcoin was developed, the only way to use money digitally was through an intermediary like a Paypal or bank. Even then, the money used was still a government-controlled and issued currency. However, without the need for an intermediary, Bitcoin changed all that by creating a decentralized form of currency that individuals could trade directly. Each Bitcoin transaction is confirmed and validated by the entire Bitcoin network. There’s no single point of failure so the system is virtually impossible to manipulate, shut down, or control.
This assures that money can be decentralized and could be implemented by society for instances such as voting, real estate, and social networks, these are based on centralized servers that control all of the data uploaded by users. If the technology behind Bitcoin i.e. Blockchain is used to decentralized this data there will be lesser security concerns. Blockchain technology was created by fusing existing technologies such as proof of work, cryptography, and decentralized network architecture together in order to develop a system that can reach decisions without a central authority. However, for a system to be truly decentralized, it needs a large network of computers to run it.
Ethereum was first proposed in late 2013 and brought to life in 2014 by Vitalik Buterin, who is the programmer, writer, and co-founder of Bitcoin Magazine. The Ethereum platform has thousands of independent computers running it. Once a program is deployed to the Ethereum network computers, also known as nodes, which ensures that the program is executed as written. Ethereum is the infrastructure for running Decentralized apps (Dapps) worldwide. It’s not a currency, it’s a platform. The currency used to incentivize the network is called Ether. Ethereum connects people directly through a powerful decentralized supercomputer.
How Ethereum works?
Ethereum’s coding language, Solidity, is used to write ‘Smart Contracts’ which is the logic that runs Dapps. Dapps on Ethereum are web applications backed by Ethereum smart contracts. Instead of using a centralized server or database, these applications rely on the blockchain as a backend for program logic and storage. They are called smart contracts as they deal with all the aspects of contract management, payment, enforcement, and performance. A smart contract is self-executing, letter strict, and immutable. There are two types of accounts in Ethereum, Externally Owned Account (EOA) is the most basic type of account, and private keys control the EOA’s that have an Ethereum address. Whereas, EOAs have some ability that includes to create contracts and trigger them as well as send and receive Ether. The second type of account is a Contract account that has code associated with them. Own account which includes a unique Ethereum address is included to every contract deployed to the Ethereum network. A contract account does not have a private key that controls it unlike what is there in an external account. Instead, code that defines the contracts includes a set of predefined triggers that control the account which means the conditions to control how the contract operates are hardcoded from the get-go. Contract accounts like EOAs can send Ether if triggered or can create additional contract accounts or can receive Ether too. Contracts can’t be changed once they’ve been launched. Through messages, EOAs can interact with contracts and with other EOAs. These messages are wrapped inside transactions that are paid for in Ether.
Ethereum wallets
Ethereum wallets are applications that allow users to interact with the Ethereum network or Ethereum account. The device or software which stores both these keys and allows you to send and receive Ether is called an Ethereum wallet. The Ethereum wallet, also known as a client, holds the user’s private key, which is the secret password that gives users control over their coins. It also provides a public Ethereum address which is used to send Ethereum’s currency known as Ether. Some Ethereum wallets allow to transfer value or send Ether between accounts while other wallets allow to deploy or trigger a contract, and hence these wallets are known as ‘Smart contract wallets’. Similar to Bitcoin, wallets are sometimes mentioned as clients or nodes. There are two types of clients, light clients, and full clients. The entire Ethereum blockchain history since its establishment till date is held by a full node which is a computer. Running a full node has disadvantages like computer usage and increased memory, however, it allows users to verify transactions on the Ethereum blockchain without relying on a third party. Full nodes are a vital part of the Ethereum network that helps to execute contracts in a decentralized manner. Each node that receives a new block of transactions also executes the code inside these transactions.
