Upload chains/chain1.json with huggingface_hub
Browse files- chains/chain1.json +13 -0
chains/chain1.json
CHANGED
@@ -5,5 +5,18 @@
|
|
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-12 02:26:06.978545",
|
12 |
+
"transactions": [
|
13 |
+
{
|
14 |
+
"sender": "Source",
|
15 |
+
"recipient": "a",
|
16 |
+
"amount": "75"
|
17 |
+
}
|
18 |
+
],
|
19 |
+
"proof": 632238,
|
20 |
+
"previous_hash": "667dbe89257ccd5cb4fdb6ffb1785d965d5b7c054b994edd2b09e3e15f568855"
|
21 |
}
|
22 |
]
|