Difference between revisions of "Ethereum"

From CoinWiki
Jump to: navigation, search
Line 1: Line 1:
Ethereum is a open-software platform that is operating using [[blockchain]] technology co-founded by [https://en.wikipedia.org/wiki/Vitalik_Buterin Vitalik Buterin]. [[Ethereum]] was released 2015.  [[Ethereum]] gives a [[cryptocurrency]] called [[ether]] that can be moved from different accounts. While [[Bitcoin]] was designed for consumer payments, [[Ethereum]]
+
Ethereum is a open-software platform that is operating using [[blockchain]] technology co-founded by [https://en.wikipedia.org/wiki/Vitalik_Buterin Vitalik Buterin] and [[Joseph Lubin]]. [[Ethereum]] was released 2015.  [[Ethereum]] gives a [[cryptocurrency]] called [[ether]] that can be moved from different accounts. While [[Bitcoin]] was designed for consumer payments, [[Ethereum]]
 
was designed to allow for more complex party interactions called [[Smart contracts]].  These can be defined using [[Solidity]].
 
was designed to allow for more complex party interactions called [[Smart contracts]].  These can be defined using [[Solidity]].
  

Revision as of 03:02, 27 January 2019

Ethereum is a open-software platform that is operating using blockchain technology co-founded by Vitalik Buterin and Joseph Lubin. Ethereum was released 2015. Ethereum gives a cryptocurrency called ether that can be moved from different accounts. While Bitcoin was designed for consumer payments, Ethereum was designed to allow for more complex party interactions called Smart contracts. These can be defined using Solidity.

Ethereum ERC Tokens

An ERC token is a fungible tradable asset that operates on Ethereum's blockchain. The Ethereum Request for Comments (ERC) for tokens is a way of describing a set of functions and rules that the token should posses and follow. The three most common standards can be seen here:

Token Standards

Development on Ethereum

Ethereum has a set of tools for developers to create, deploy and interact with smart contracts, tokens, DApps and more.

See Also

Resources