Skip to content

Commit

Permalink
Added emphasis on primer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevavuori Petteri committed May 21, 2018
1 parent 1674ff7 commit 25464b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/I. Building a General Purpose Blockchain.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"\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.\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). The article covers every foundational notion related to the Blockchain. These concepts are then utilized with Cryptocurrencies and Smart Contracts."
"While subsequent notebooks contain notes on the concepts, **a highly suggested primer 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)**. The article covers every foundational notion related to the Blockchain. These concepts are then utilized with Cryptocurrencies and Smart Contracts."
]
},
{
Expand Down

0 comments on commit 25464b8

Please sign in to comment.