Upload chains/chain1.json with huggingface_hub
Browse files- chains/chain1.json +32 -0
chains/chain1.json
CHANGED
@@ -5,5 +5,37 @@
|
|
5 |
"transactions": [],
|
6 |
"proof": 1,
|
7 |
"previous_hash": "0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
}
|
9 |
]
|
|
|
5 |
"transactions": [],
|
6 |
"proof": 1,
|
7 |
"previous_hash": "0"
|
8 |
+
},
|
9 |
+
{
|
10 |
+
"index": 2,
|
11 |
+
"timestamp": "2023-09-14 07:28:58.941185",
|
12 |
+
"transactions": [
|
13 |
+
[
|
14 |
+
{
|
15 |
+
"role": "Sender",
|
16 |
+
"name": "__Source__",
|
17 |
+
"index": 2,
|
18 |
+
"timestamp": "2023-09-14 07:28:20.694892",
|
19 |
+
"recipient": "Bank",
|
20 |
+
"amount": "100000000",
|
21 |
+
"balance": 9999999999900000000,
|
22 |
+
"proof": 632238,
|
23 |
+
"previous_hash": "74fe38ed76c5858fb57af9f1b71651ccd633fc40ce8387ad35af8599461759fd"
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"role": "Recipient",
|
27 |
+
"name": "Bank",
|
28 |
+
"index": 2,
|
29 |
+
"timestamp": "2023-09-14 07:28:21.612896",
|
30 |
+
"sender": "__Source__",
|
31 |
+
"amount": "100000000",
|
32 |
+
"balance": 100000000,
|
33 |
+
"proof": 632238,
|
34 |
+
"previous_hash": "a1474cb2b4de15b54c06960a3e1e72b916a5edbabd4f5e8322defb1a13d3e516"
|
35 |
+
}
|
36 |
+
]
|
37 |
+
],
|
38 |
+
"proof": 632238,
|
39 |
+
"previous_hash": "696c0606f328a7d684419a63a1988db032a4e2bd936d106a3d95257d3c35aa6c"
|
40 |
}
|
41 |
]
|