learn blockchain by building one

Learn Blockchains by Building One

The fastest way to learn how Blockchains work is to build one

Daniel van Flymen  Sept 24, 2017

https://hackernoon.com/learn-blockchains-by-building-one-117428612f46

Remember that a blockchain is an immutable, sequential chain of records called Blocks. They can contain transactions, files or any data you like, really. But the important thing is that they’re chained together using hashes.

If you aren’t sure what a hash is, here’s an explanation.

reading and writing some basic Python, as well as have some understanding of how HTTP requests work, since we’ll be talking to our Blockchain over HTTP.

+++++++++++
more on blockchain in this IMS blog
https://blog.stcloudstate.edu/ims?s=blockchain

Leave a Reply