-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Petteri Nevavuori
authored
May 21, 2018
1 parent
1d79d51
commit 2e82eec
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
*Created by Petteri Nevavuori <<[email protected]>>* | ||
|
||
--- | ||
|
||
# blockchain-a-z | ||
|
||
This repository holds python implementations of a blockchain, a cryptocurrency and a smart contract. All are of the general purpose nature. The contents follow the course [Blockchain A-Z](https://www.udemy.com/build-your-blockchain-az/) by Kirill Eremenko and Hadelin de Ponteves in Udemy. | ||
|
||
The contents for the implementation of the general purpose Blockchain, Cryptocurrency and Smart Contract are under in ``notebooks/``. The Smart Contracts build on top of Cryptocurrency intuition, which itself builds on the concepts of the Blockchain. | ||
|
||
The implementations have been done with Jupyter Notebooks. This is to enable viewing the development process and the finished partial general purpose projects directly in this repository without the need to fork. For the Blockchain and the Cryptocurrency there is an Python implementation. For the Smart Contract the implementation is composition of Ethereum tools. | ||
The implementations have been done with Jupyter Notebooks. This is to enable viewing the development process and the finished partial general purpose projects directly in this repository without the need to fork. For the Blockchain and the Cryptocurrency there is an Python implementation. For the Smart Contract the implementation is composition of Ethereum tools. |