Skip to content

Commit

Permalink
Update consensus-spec.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex authored May 2, 2024
1 parent eef7846 commit 0514650
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/consensus-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

SKALE consensus is a provably secure algorithm that is used by SKALE chains to order `transactions` into `blocks`.

A SKALE chain is a Proof-of-Stake blockchain fully compatible with ETH mainnet and EVM. It runs ETH wallets, tools and dapps.

As any Ethereum-compatible chain, SKALE chain includes `blockchain`, which is a chain of `transactions` ordered into `blocks`, and a computing machine denoted as `EVM`.

The set of variables stored in `EVM` is denoted as `EVM state`.

EVM processes `committed blocks` one `transaction` at a time. For each `transaction` it runs instructions (`bytecode`) specified by the `transaction` and changes `EVM state`.

## 2. Consensus Architecture

A SKALE chain is composed of `N` network `nodes` that process user `transactions`. The purpose of SKALE consensus is to order `transactions` into `blocks`.
Expand Down

0 comments on commit 0514650

Please sign in to comment.