A Practical Introduction to Blockchain with Python
adilmoujahid.com
A Practical Introduction to Blockchain with Python
1–10 of 57 posts
Re: A Practical Introduction to Blockchain with Python
#2Re: A Practical Introduction to Blockchain with Python
#3You should also tell people under what license you're releasing your changes :)
Re: A Practical Introduction to Blockchain with Python
#4Great explanation!
As a sidenote, I have been working in C++-land for a while now, and its really cool to see how the examples both contain a simple blockchain implementation along with the views for a Flask web UI in the same file. I wonder if there are web libraries available to do something similar in C++?
Re: A Practical Introduction to Blockchain with Python
#5Re: A Practical Introduction to Blockchain with Python
#6Please comply with the license of the blockchain implementation in Python. It's MIT, so all you have to do is include the copyright notice ("Copyright (c) 2017 Daniel van Flymen"). You should also tell people under what license you're releasing your changes :)
Re: A Practical Introduction to Blockchain with Python
#7Re: A Practical Introduction to Blockchain with Python
#8Re: A Practical Introduction to Blockchain with Python
#9next up - a practical introduction to implementing a relational database from scratch. It's great to learn about the cryptography behind the blockchain etc, but the herd mind is horrible - so many better things to spend one's time on than a 100th implementation of blockchain. Why won't the hype die already?