Skip to content

Commit

Permalink
Chapterized the notebooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Petteri Nevavuori committed Apr 18, 2018
1 parent 93fcd72 commit fffd894
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"---\n",
"\n",
"# Building a General Purpose Blockchain\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."
]
Expand Down

0 comments on commit fffd894

Please sign in to comment.