Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
📝 add content on the Cairo VM (#193)
Browse files Browse the repository at this point in the history
The Cairo VM hsd never been mentioned, so the change make a litte introduction in the same sentence.
  • Loading branch information
sinsotec authored Sep 16, 2023
1 parent a797480 commit 1ce6a84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chapters/book/modules/chapter_1/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ These are some key features of Starknet:
* Low Costs: Transactions on Starknet cost less than on Ethereum. Future updates like Volition and EIP 4844 will make it even cheaper.
* Developer-Friendly: Starknet lets developers easily build decentralized apps using its native language, Cairo.
* Speed and Efficiency: Upcoming releases aim to make transactions even faster and cheaper.
* CVM: Thanks to Cairo, Starknet runs on it´s own VM, called Cairo VM (CVM), that allow us to innovate beyond the Ethereum Virtual Machine (EVM) and create a new paradigm for decentralized applications.

However, the Cairo VM allow us to innovate beyond the Ethereum Virtual Machine (EVM) and create a new paradigm for decentralized applications.
Here some of them:

* Account Abstraction: Implemented at the protocol level, this facilitates diverse signing schemes while ensuring user security and self-custody of assets.
* Volition: Gives developers the control to manage data availability on Ethereum (L1) or Starknet (L2), leading to lower costs.
Expand Down

0 comments on commit 1ce6a84

Please sign in to comment.