We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit c8e0982Copy full SHA for c8e0982
README.md
@@ -0,0 +1,12 @@
1
+# Blockchain-Simulation-using-Python
2
+<i><h4>Add planets to your Blockchain, tamper the galaxy and validate your solar system.</h4></i>
3
+<h3>Implementation of a simulated environment using <u>python</u></h3>
4
+<h2>Features/Instructions</h2>
5
+<ol>
6
+<li>Required package "hashlib"</li>
7
+<li>Add Three different types of customised block.</li>
8
+<li>Add a new block using "addBlock.py"</li>
9
+<li>Validate your block using "validate_blockchain.py"</li>
10
+<li>Scripts - "jupiter_block.py", "neptune_block.py", "pluto_block.py" are induvidual unrelated blocks to be added to the blockchain.</li>
11
+<li>Rename "[tampered]addBlock" to "addBlock" to unvalidate your block.</li>
12
+</ol>
0 commit comments