You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
<h2>Features/Instructions</h2>
5
5
<ol>
6
6
<li>Required package "hashlib"</li>
7
+
<li>Script "block.py" is implementation of an actual Block, The function "hash_block" is used for calculating hash value for the argumented block.</li>
8
+
7
9
<li>Add Three different types of customised block.</li>
8
10
<li>Add a new block using "addBlock.py"</li>
9
11
<li>Validate your block using "validate_blockchain.py"</li>
0 commit comments