@@ -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] ( img/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] ( img/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] ( img/utxo_state_1.svg )
51+ ![ Representation] ( ../../../assets/ img/3-Blockchain /utxo_state_1.svg)
5252
5353---
5454
5555## User Representation
5656
57- ![ User Representation] ( img/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] ( img/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] ( img/utxo_state_5.svg )
78+ ![ Spend] ( ../../../assets/ img/3-Blockchain /utxo_state_5.svg)
7979
8080Notes:
8181
@@ -85,7 +85,7 @@ Why do we say spend here and not modify?
8585
8686## Input
8787
88- ![ Input] ( img/utxo_transaction_1.svg )
88+ ![ Input] ( ../../../assets/ img/3-Blockchain /utxo_transaction_1.svg)
8989
9090---
9191
@@ -126,7 +126,7 @@ Which did I forget??
126126
127127## How do we generalize beyond money?
128128
129- ![ Generalization] ( img/utxo_state_8.svg )
129+ ![ Generalization] ( ../../../assets/ img/3-Blockchain /utxo_state_8.svg)
130130
131131Notes:
132132
@@ -142,7 +142,7 @@ How are we going to verify now that the state transition is valid?
142142
143143## Transaction
144144
145- ![ Transaction] ( img/utxo_transaction_4.svg )
145+ ![ Transaction] ( ../../../assets/ img/3-Blockchain /utxo_transaction_4.svg)
146146
147147---
148148
@@ -166,7 +166,7 @@ Now ease them to the solution of Accounts
166166
167167## Accounts
168168
169- ![ Accounts] ( img/accounts_state_1.svg )
169+ ![ Accounts] ( ../../../assets/ img/3-Blockchain /accounts_state_1.svg)
170170
171171Notes:
172172
@@ -201,7 +201,7 @@ Did I forget any?
201201
202202## State Transition Accounts
203203
204- ![ State Transition Accounts] ( img/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] ( img/accounts_state_2.svg )
218+ ![ Account Arbitrary Data] ( ../../../assets/ img/3-Blockchain /accounts_state_2.svg)
219219
220220---
221221
0 commit comments