Difference between revisions of "EOS"

From Organic Design wiki
(Interesting block producer candidates: use https://api.tokenika.io or https://api1.eosasia.one for the API endpoint entry)
(Interesting block producer candidates: another monitor)
Line 31: Line 31:
 
*'''[https://github.com/greymass/eos-voter Greymass EOS voter app]''' ''- simple to use desktop app, no need to save key to disk''
 
*'''[https://github.com/greymass/eos-voter Greymass EOS voter app]''' ''- simple to use desktop app, no need to save key to disk''
 
*'''[http://dev.cryptolions.io/mainnet/ MainNet and BP vote monitor]'''
 
*'''[http://dev.cryptolions.io/mainnet/ MainNet and BP vote monitor]'''
*'''[https://eosauthority.com/voting Voting progress indicator]'''
+
*'''[https://eosauthority.com/voting Voting progress indicator]''' ''- another [https://portal.eoseoul.io/votelogin here]''
 
*'''[https://eosnodes.privex.io/ List of EOS nodes]'''
 
*'''[https://eosnodes.privex.io/ List of EOS nodes]'''
  

Revision as of 19:11, 11 June 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

Interesting block producer candidates

See also