From 9781bba6bab0c9a7ab38444971724439eba2da0c Mon Sep 17 00:00:00 2001 From: Elias Tazartes Date: Tue, 24 Sep 2024 12:19:57 +0200 Subject: [PATCH] add starkware in the intor --- .trunk/trunk.yaml | 2 +- docs/architecture/understanding-kakarot.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index b3f0b89..bb28241 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -2,7 +2,7 @@ # To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml version: 0.1 cli: - version: 1.22.2 + version: 1.22.5 # Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins) plugins: sources: diff --git a/docs/architecture/understanding-kakarot.md b/docs/architecture/understanding-kakarot.md index e177241..d6cb25c 100644 --- a/docs/architecture/understanding-kakarot.md +++ b/docs/architecture/understanding-kakarot.md @@ -6,9 +6,8 @@ sidebar_position: 2 ## Kakarot, the EVM proving engine built in Cairo Kakarot is a provable EVM built in [Cairo](https://www.cairo-lang.org/), the ZK -domain specific language (DSL) that powers -[Starknet](https://starkware.co/starknet/) and all the StarknetOS chains (also -called CairoVM chains, or Starknet appchains). +domain specific language (DSL) targeting Starkware's turing complete ZK-VM, the +CairoVM. ![Kakarot use cases](../../static/diagrams/kakarot_applications.png)