Upload transact/trans1.json with huggingface_hub
Browse files- transact/trans1.json +15 -0
transact/trans1.json
CHANGED
@@ -6,5 +6,20 @@
|
|
6 |
"balance": 0,
|
7 |
"proof": 1,
|
8 |
"previous_hash": "0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
}
|
10 |
]
|
|
|
6 |
"balance": 0,
|
7 |
"proof": 1,
|
8 |
"previous_hash": "0"
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"index": 2,
|
12 |
+
"timestamp": "2023-09-17 06:39:49.715593",
|
13 |
+
"transactions": [
|
14 |
+
{
|
15 |
+
"sender": "Bank",
|
16 |
+
"recipient": "b",
|
17 |
+
"amount": "1000",
|
18 |
+
"balance": "9997800"
|
19 |
+
}
|
20 |
+
],
|
21 |
+
"balance": 9997800,
|
22 |
+
"proof": 632238,
|
23 |
+
"previous_hash": "3020ada8d9972ccd5296aabc112d9f2b5b00ccfc227fbefc032b2f682dd654f6"
|
24 |
}
|
25 |
]
|