Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
d0cd committed Jul 11, 2024
1 parent 8c4ddb7 commit 94e8083
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions documentation/concepts/02_records.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Aleo uses a variation of the UTXO model - the record model.

<details>
<p align="center" width="100%">
<img src="./images/account_vs_utxo.png" alt="Account vs UTXO"/>
<img src="./images/account_vs_utxo.png" alt="Account vs UTXO"></img>
</p>

<p align="center" width="100%">
Expand All @@ -90,7 +90,7 @@ As such, anyone would be able to view the activities of any account, simply with

<details>
<p align="center" width="100%">
<img src="./images/ethereum_storage.png" alt="Ethereum Storage Diagram"/>
<img src="./images/ethereum_storage.png" alt="Ethereum Storage Diagram"></img>
</p>

<p align="center" width="100%">
Expand All @@ -100,7 +100,7 @@ Source: <a href="https://ethereum.org/en/develope.rs/docs/accounts/"> ethereum.o


<p align="center" width="100%">
<img src="./images/ethereum_world_state.png" alt="Ethereum World State Diagram"/>
<img src="./images/ethereum_world_state.png" alt="Ethereum World State Diagram"></img>
</p>

<p align="center" width="100%">
Expand All @@ -117,7 +117,7 @@ In the record model, the application state, along with its owner are encrypted a

<details>
<p align="center" width="300">
<img src="./images/record.png" alt="Aleo Records Diagram"/>
<img src="./images/record.png" alt="Aleo Records Diagram"></img>
</p>

<p align="center" width="100%">
Expand All @@ -128,7 +128,7 @@ Source: <a href="https://eprint.iacr.org/2018/962.pdf"> Zexe: Enabling Decentral


<p align="center" width="100%">
<img src="./images/aleo_ledger.png" alt="Aleo World State Diagram"/>
<img src="./images/aleo_ledger.png" alt="Aleo World State Diagram"></img>
</p>


Expand All @@ -145,7 +145,7 @@ In the record model, applications update their state by consuming records contai

<details>
<p align="center" width="500">
<img src="./images/utxo.png" alt="UTXO diagram">
<img src="./images/utxo.png" alt="UTXO diagram"></img>
</p>

<p align="center" width="100%">
Expand All @@ -159,7 +159,7 @@ The consumption and production of records is typically done in a transition func

<details>
<p align="center" width="100%">
<img src="./images/transaction_in_aleo.png" alt="Transaction in Aleo"/>
<img src="./images/transaction_in_aleo.png" alt="Transaction in Aleo"></img>
</p>
</details>

Expand Down

0 comments on commit 94e8083

Please sign in to comment.