Difference between revisions of "EOS"

From Organic Design wiki
(intro)
(See also: EOS airdrops)
Line 16: Line 16:
 
*[https://steemit.com/dpos/@dantheman/dpos-consensus-algorithm-this-missing-white-paper Delegated proof-of-stake (DPoS) white-paper]
 
*[https://steemit.com/dpos/@dantheman/dpos-consensus-algorithm-this-missing-white-paper Delegated proof-of-stake (DPoS) white-paper]
 
*[https://eosauthority.com/ EOSAuthority.com] ''- Check your EOS balance and associated real EOS address (if registered) here''
 
*[https://eosauthority.com/ EOSAuthority.com] ''- Check your EOS balance and associated real EOS address (if registered) here''
 +
*[https://www.airdropsforeos.com/en/airdrops/iryo/ EOS airdrops]
 
[[Category:Cryptocurrency]]
 
[[Category:Cryptocurrency]]

Revision as of 15:01, 30 April 2018

Cone.png This article or section is a stub. Stubs are articles that have not yet received substantial attention from the authors. They are short or insufficient pieces of information and require additions to further increase the article's usefulness. The project values stubs as useful first steps toward complete articles.


Quote.pngThe EOS.IO software design switches from the more popular consensus over state to the less familiar consensus over events (Grigg, 2017-1). This approach marries the event sourcing pattern to a blockchain made of events rather than state.
Ian Grigg

Under EOSIO Dawn 3.0, the vast majority of the blockchain business logic has moved into a smart contract which can be dynamically updated by the community without a hard fork. A bare-bones EOSIO blockchain is now a single producer without any tokens, voting, or delegated proof-of-stake. The only thing implemented in the core blockchain code is the permission system which includes the ability to create accounts, deploy contracts, and enforce resource quotas. Everything that makes the blockchain Delegated Proof of Stake including the token, voting, staking, and resource allocation is now defined by the Web Assembly based system contract.

News

See also