Skip to content

Commit c8e0982

Browse files
authored
Create README.md
0 parents  commit c8e0982

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)