We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a091e0 commit 33474e4Copy full SHA for 33474e4
blockchain/README.md
@@ -43,3 +43,6 @@ So this is all about introduction to blockchain technology. To learn more about
43
* <https://en.wikipedia.org/wiki/Chinese_remainder_theorem>
44
* <https://en.wikipedia.org/wiki/Diophantine_equation>
45
* <https://www.geeksforgeeks.org/modular-division/>
46
+
47
+## about blockchain_main file:
48
+This python file contains the code for basic implementaion of blockchain in python with proof of work algorithm.
0 commit comments