Skip to content

Commit

Permalink
Added a link to a Blockchain primer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevavuori Petteri committed May 18, 2018
1 parent 9b5ae60 commit 890f187
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion notebooks/I. Building a General Purpose Blockchain.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"\n",
"# I. Building a General Purpose Blockchain\n",
"\n",
"In this notebook we'll build a general purpose centralized blockhain as the first step into the realm of blockchains, distributed ledgers and smart contracts. We'll showcase the fundamental aspects of block-related functionalities. The implementation follows closely on the premises of course Blockchain A-Z found in Udemy but not identically. This is the first module of the course. We will utilize the Python-based Flask web-server package to serve the general purpose blockchain. The development itself will be separated to several stages."
"In this notebook we'll build a general purpose centralized blockhain as the first step into the realm of blockchains, distributed ledgers and smart contracts. We'll showcase the fundamental aspects of block-related functionalities. The implementation follows closely on the premises of course Blockchain A-Z found in Udemy but not identically. This is the first module of the course. We will utilize the Python-based Flask web-server package to serve the general purpose blockchain. The development itself will be separated to several stages.\n",
"\n",
"While subsequent notebooks contain notes on the concepts, a suggested starter to read is an article by Kirill Eremenko called [How does Bitcoin / Blockchain Mining work?](https://medium.com/swlh/how-does-bitcoin-blockchain-mining-work-36db1c5cb55d)."
]
},
{
Expand Down

0 comments on commit 890f187

Please sign in to comment.