From 5379ec419829f4fc7e8feee25a8abbf27bab5291 Mon Sep 17 00:00:00 2001 From: siddhant Date: Fri, 27 Mar 2026 18:10:03 +0530 Subject: [PATCH 1/2] add the new blogs link --- .node1/data.json | 22 ++++++++++++++++++++++ README.md | 6 +++--- 2 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 .node1/data.json diff --git a/.node1/data.json b/.node1/data.json new file mode 100644 index 0000000..243cb29 --- /dev/null +++ b/.node1/data.json @@ -0,0 +1,22 @@ +{ + "chain": [ + { + "index": 0, + "previous_hash": "0", + "merkle_root": null, + "timestamp": 1774610801489, + "difficulty": null, + "nonce": 0, + "transactions": [], + "hash": "0000000000000000000000000000000000000000000000000000000000000000" + } + ], + "state": { + "34861108a4e87c66d3a67c27713c1de4760cd7d56997a4dce27bd948eb41d63b": { + "balance": 100, + "nonce": 0, + "code": null, + "storage": {} + } + } +} \ No newline at end of file diff --git a/README.md b/README.md index 0ea906d..772a433 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ Discord Badge    - - - Medium Badge + + + Stable Viewpoints    From 9bf7d63c2c449a0e4b9a3c11e6c156e18dc8174c Mon Sep 17 00:00:00 2001 From: siddhant Date: Fri, 27 Mar 2026 18:11:17 +0530 Subject: [PATCH 2/2] remove bad commit --- .node1/data.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .node1/data.json diff --git a/.node1/data.json b/.node1/data.json deleted file mode 100644 index 243cb29..0000000 --- a/.node1/data.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "chain": [ - { - "index": 0, - "previous_hash": "0", - "merkle_root": null, - "timestamp": 1774610801489, - "difficulty": null, - "nonce": 0, - "transactions": [], - "hash": "0000000000000000000000000000000000000000000000000000000000000000" - } - ], - "state": { - "34861108a4e87c66d3a67c27713c1de4760cd7d56997a4dce27bd948eb41d63b": { - "balance": 100, - "nonce": 0, - "code": null, - "storage": {} - } - } -} \ No newline at end of file