Difference between revisions of "Ethereum"

From CoinWiki
Jump to: navigation, search
(Ethereum ERC Tokens)
Line 9: Line 9:
 
* [[ERC223]]
 
* [[ERC223]]
 
* [[ERC721]]
 
* [[ERC721]]
 +
 +
== Development on Ethereum ==
  
 
== See Also ==
 
== See Also ==

Revision as of 19:06, 9 January 2019

Ethereum is a open-software platform that is operating using blockchain technology co-founded by 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 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

See Also

Resources