Difference between revisions of "EOS"

From Organic Design wiki
(Interesting block producer candidates: another monitor)
(Interesting block producer candidates: clean up)
Line 12: Line 12:
 
*2018-04-11: [https://medium.com/eosio/eosio-dawn-3-0-now-available-49a3b99242d7 EOS Dawn 3.0 released]
 
*2018-04-11: [https://medium.com/eosio/eosio-dawn-3-0-now-available-49a3b99242d7 EOS Dawn 3.0 released]
  
== Interesting block producer candidates ==
+
== Network info and statistics ==
*[https://tokenika.io/ Tokenika]
+
*[https://eospark.com/MainNet EOS Park block explorer]
*[http://libertyblock.io/ LibertyBlock]
+
*[https://eosnodes.privex.io/ List of EOS nodes]
*[https://eosmetal.io EOSMetal]
+
 
*[https://eosdac.io/ eosDAC]
+
== Block producers & voting ==
*[https://blockchainlab.me Blockchain Lab]
+
*[https://trybe.one/who-to-vote-for-in-the-eos-block-producer-candidacy-election/ Good recommendations here]
*[https://www.hkeos.com/ HKEOS]
+
*[https://bp.eosgo.io/ Entire block producer list]
*[https://eosnation.io/ EOS Nation]
+
*[https://github.com/tokenika/secure-bp-voting Tokenika offline voting tool] ''- use https://api.tokenika.io or https://api1.eosasia.one for the API endpoint entry''
*[https://eos.cafe/ EOS Cafe]
+
*[https://github.com/greymass/eos-voter Greymass EOS voter app] ''- simple to use desktop app, no need to save key to disk''
*[https://swarmeos.io/ The Swarm]
+
*[http://dev.cryptolions.io/mainnet/ MainNet and BP vote monitor]
*[https://eosblocksmith.io EOS Blocksmith]
+
*[https://eosauthority.com/voting Voting progress indicator] ''- another [https://portal.eoseoul.io/votelogin here]''
*[https://eosvibes.io/ EOS Vibes]
 
*[https://eosbrazil.com/ EOS Brazil]
 
*[https://eosnewzealand.com/ EOSNZ]
 
*'''[https://trybe.one/who-to-vote-for-in-the-eos-block-producer-candidacy-election/ Good recommendations here]
 
*'''[https://bp.eosgo.io/ Entire block producer list]'''
 
*'''[https://github.com/tokenika/secure-bp-voting Tokenika offline voting tool]''' ''- use https://api.tokenika.io or https://api1.eosasia.one for the API endpoint entry''
 
*'''[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]'''
 
*'''[https://eosauthority.com/voting Voting progress indicator]''' ''- another [https://portal.eoseoul.io/votelogin here]''
 
*'''[https://eosnodes.privex.io/ List of EOS nodes]'''
 
  
 
== See also ==
 
== See also ==

Revision as of 21:25, 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

Network info and statistics

Block producers & voting

See also