@@ -36,33 +36,33 @@ We will focus on these two because they are by far the most common.
3636
3737## UTXO Model
3838
39- ![ State User Model] ( ../../../ assets/img/3-Blockchain/utxo_state_1.svg )
39+ ![ State User Model] ( ../../assets/img/3-Blockchain/utxo_state_1.svg )
4040
4141---
4242
4343## UTXO Model
4444
45- ![ State User Model] ( ../../../ assets/img/3-Blockchain/utxo_state_2.svg )
45+ ![ State User Model] ( ../../assets/img/3-Blockchain/utxo_state_2.svg )
4646
4747---
4848
4949## How to represent Joshy and Andrew?
5050
51- ![ Representation] ( ../../../ assets/img/3-Blockchain/utxo_state_1.svg )
51+ ![ Representation] ( ../../assets/img/3-Blockchain/utxo_state_1.svg )
5252
5353---
5454
5555## User Representation
5656
57- ![ User Representation] ( ../../../ assets/img/3-Blockchain/utxo_state_3.svg )
57+ ![ User Representation] ( ../../assets/img/3-Blockchain/utxo_state_3.svg )
5858
5959---
6060
6161## Addresses
6262
6363How to send from Joshy to Andrew? What do you need?
6464
65- ![ Transfer] ( ../../../ assets/img/3-Blockchain/utxo_state_4.svg )
65+ ![ Transfer] ( ../../assets/img/3-Blockchain/utxo_state_4.svg )
6666
6767Notes:
6868
@@ -75,7 +75,7 @@ In practice it os often a hash of a public key.
7575
7676What if we want to spend this?
7777
78- ![ Spend] ( ../../../ assets/img/3-Blockchain/utxo_state_5.svg )
78+ ![ Spend] ( ../../assets/img/3-Blockchain/utxo_state_5.svg )
7979
8080Notes:
8181
@@ -85,13 +85,13 @@ Why do we say spend here and not modify?
8585
8686## Input
8787
88- ![ Input] ( ../../../ assets/img/3-Blockchain/utxo_transaction_1.svg )
88+ ![ Input] ( ../../assets/img/3-Blockchain/utxo_transaction_1.svg )
8989
9090---
9191
9292## Transaction
9393
94- ![ Transaction] ( ../../../ assets/img/3-Blockchain/utxo_transaction_2.svg )
94+ ![ Transaction] ( ../../assets/img/3-Blockchain/utxo_transaction_2.svg )
9595
9696Notes:
9797
@@ -114,19 +114,19 @@ Which did I forget??
114114
115115## Our new state
116116
117- ![ New State] ( ../../../ assets/img/3-Blockchain/utxo_state_6.svg )
117+ ![ New State] ( ../../assets/img/3-Blockchain/utxo_state_6.svg )
118118
119119---
120120
121121## How do we generalize beyond money?
122122
123- ![ Generalization] ( ../../../ assets/img/3-Blockchain/utxo_state_7.svg )
123+ ![ Generalization] ( ../../assets/img/3-Blockchain/utxo_state_7.svg )
124124
125125---
126126
127127## How do we generalize beyond money?
128128
129- ![ Generalization] ( ../../../ assets/img/3-Blockchain/utxo_state_8.svg )
129+ ![ Generalization] ( ../../assets/img/3-Blockchain/utxo_state_8.svg )
130130
131131Notes:
132132
@@ -136,13 +136,13 @@ How are we going to verify now that the state transition is valid?
136136
137137## Transaction
138138
139- ![ Transaction] ( ../../../ assets/img/3-Blockchain/utxo_transaction_3.svg )
139+ ![ Transaction] ( ../../assets/img/3-Blockchain/utxo_transaction_3.svg )
140140
141141---
142142
143143## Transaction
144144
145- ![ Transaction] ( ../../../ assets/img/3-Blockchain/utxo_transaction_4.svg )
145+ ![ Transaction] ( ../../assets/img/3-Blockchain/utxo_transaction_4.svg )
146146
147147---
148148
@@ -156,7 +156,7 @@ How are we going to verify now that the state transition is valid?
156156
157157## Is there a different way?
158158
159- ![ Different Way] ( ../../../ assets/img/3-Blockchain/utxo_state_7.svg )
159+ ![ Different Way] ( ../../assets/img/3-Blockchain/utxo_state_7.svg )
160160
161161Notes:
162162
@@ -166,7 +166,7 @@ Now ease them to the solution of Accounts
166166
167167## Accounts
168168
169- ![ Accounts] ( ../../../ assets/img/3-Blockchain/accounts_state_1.svg )
169+ ![ Accounts] ( ../../assets/img/3-Blockchain/accounts_state_1.svg )
170170
171171Notes:
172172
@@ -176,13 +176,13 @@ Now ease them to the solution of Accounts
176176
177177## State Transition Accounts
178178
179- ![ State Transition Accounts] ( ../../../ assets/img/3-Blockchain/accounts_transaction_1.svg )
179+ ![ State Transition Accounts] ( ../../assets/img/3-Blockchain/accounts_transaction_1.svg )
180180
181181---
182182
183183## State Transition Accounts
184184
185- ![ State Transition Accounts] ( ../../../ assets/img/3-Blockchain/accounts_transaction_2.svg )
185+ ![ State Transition Accounts] ( ../../assets/img/3-Blockchain/accounts_transaction_2.svg )
186186
187187---
188188
@@ -201,7 +201,7 @@ Did I forget any?
201201
202202## State Transition Accounts
203203
204- ![ State Transition Accounts] ( ../../../ assets/img/3-Blockchain/accounts_transaction_3.svg )
204+ ![ State Transition Accounts] ( ../../assets/img/3-Blockchain/accounts_transaction_3.svg )
205205
206206---
207207
@@ -215,7 +215,7 @@ Verify as opposed to determining the outcome. Not submitting output state in tra
215215
216216## Account Arbitrary Data
217217
218- ![ Account Arbitrary Data] ( ../../../ assets/img/3-Blockchain/accounts_state_2.svg )
218+ ![ Account Arbitrary Data] ( ../../assets/img/3-Blockchain/accounts_state_2.svg )
219219
220220---
221221
0 commit comments