January 23, 2026

Capitalizations Index – B ∞/21M

My thoughts in EOS blockchain vs Ethereum and Hyperledger

My thoughts in EOS blockchain vs Ethereum and Hyperledger

I liked the fact that 0.5 seconds is the timeframe of block production, which is so way slower than 12 seconds in Ethereum. Blocks are produced in rounds of 126(16 blocks each, times 21 procedures). The block procedures are chosen by the preference of votes cast by token holders. Additionally, if a blockchain fork with more producers on it will grow in length faster than with fewer producers, because the for with more producers will experience fewer missed blocks, solving the forking problem as in Bitcoin.

CONCEPTS OF ACTIONS

Smart contracts as in Ethereum, are Actions in EOS.

EOS aims for Parallel execution of Actions(Smart Contracts), which run in Accounts(such as EOA External Owner Accounts in Ethereum). Parallel Execution means that when a script generates a new “Action”, it is not delivered immediately but is scheduled to be delivered in the next cycle. I find the terminology of “Actions” more appealing than Smart Contracts when we consider Proof of Stake and Role Based Permissions implications.

ROLE-BASED PERMISSIONS

This is a concept I learned with Hyperledger Composer, a framework that works on top of Hyperledger Fabric. The NodeJs SDK gives the environment to develop different “roles” by accessing instructions over different applications.

In EOS the role-based permission management involves determining whether or not an Action is authorized. Each account(hash) is controlled by a combination of other accounts and private keys. In my experience, this concept although very simple was not that intuitively in Hyperledger Composer since the abstraction fades the underlying principles of decentralization. Maybe Hyperledger Fabric is deeper but the learning curve is slower. Hyperledger Composer lacks more customization in role-based management.

Ultimately, EOS defines what combination of keys or accounts can send a particular Action. Validation of permissions is possible without using costly application logic since its a read-only nature. The security increases when other accounts demand identification in the case in an attack.

MODULARITY

In EOS, Actions defined to other applications are safely ignored if the application never depends upon the state of another contract. I experienced this feature with the Business Network Definition(.BNA file) in Hyperledger Composer. Ther .BNA file initiates with an identifier for the application, which is used to communicate with other applications with the right permissions. For example, some transactions could be readable and editable for some applications but not for others. In my experience, Hyperledger Composer offers an easy way for developers to connect different applications since it works as a URL of applications. EOS might have a feature like this but yet I don’t have broader experience on it.

CALCULATION OF COMPUTATIONAL RESOURCES

This feature is a wall of security. If the blocks detect an account or transaction is using an unusual amount of resources, the block producers can reject the transaction. This is very similar to the Gas Limit threshold in Ehtereym to prevent DDoS attacks. The calculation of the computational resources is done subjectively by the block producers. Therefore is not necessary a deterministic measure and then some optimization is improved.

There are three main classes of resources that are consumed by applications and those resources create the tokenized environment.

  1. Bandwidth and Log Storage(Disk)
  2. Computation and Computational Backlog(CPU)
  3. State Storage(RAM)(Information that is accessible from application logic)

SEPARATION BETWEEN TRANSACTION COST AND TOKEN VALUE

This is a key feature that really solves a problem of adoption. Bitcoin, Ehtereum and other blockchain are affected by the price since the users slow or speed up the efficiency by participating more or less in the transaction throughput. The price of EOS token doesn’t affect the performance of the blockchain. For example, if an application owner holds a relevant number of tokens on an EOS blockchain software, the application can run smoothly within a fixed state and bandwidth usage. Therefore, bandwidth, computer, and storage increase independently from the token value.

GOVERNANCE

Prior blockchains based in ad-hoc, informal and controversial governance processes often result in unpredictable outcomes. Governance is crucial in future blockchain projects. Therefore, Token holders can vote upon handling suspicious block procedures. Additionally, if Actions(Smart Contracts)behave in suspicious behavior, the accounts are frozen and subjected to a 15/21 vote from producers.

Another interesting concept is the Constitution. EOS enables the establishment of peer to peer terms of service agreement or binding contracts to the user accounts. The terms and conditions can be forced by code. The example of the implementation is the inclusion of a hash as part of the signature of the user accounts.

That is everything for this post. I hope you guys liked it and if any of these reviews make no sense, please let me know, everyone is trying to understand the design of the next Internet.

Published at Sun, 24 Mar 2019 02:39:26 +0000

Previous Article

Bitcoin Cash [BCH] advocate Roger Ver shows his support for Silk Road founder Ross Ulbricht again

Next Article

Bitcoin Cash [BCH] advocate Roger Ver shows his support for Silk Road founder Ross Ulbricht again |

You might be interested in …

Is this group of banks about to snub ripple?

Is This Group of Banks About to Snub Ripple?

Is This Group of Banks About to Snub Ripple? By CCN: According to Reuters sources, about 12 banks are investing in a blockchain ledger complete with digital cash. While it’s unclear which banks are currently […]