programming-blockchain
programming-blockchain copied to clipboard
A collection of Blockchain exercises and examples from Jimmy Song's seminar
Description
The notebooks are based on the examples and exercises that were taught at Jimmy Song seminar Programming Blockchain.
Check out Jimmy's blog!
[Update] Jimmy created his own exercise notebooks: https://github.com/jimmysong/pb-exercises
How to start
Run the following commands:
sudo pip install pycoin
sudo pip install jupyter
git clone https://github.com/sahabi/programming-blockchain.git
cd programming-blockchain
jupyter notebook
On your browser you can select the notebook.
Notebooks were tested only on Python 2.7 and Ubuntu 14.04.
TODO
- [ ] Python 3 compatibility
- [ ] Include the answers to the excercises. Maybe in a seperate notebook?
- [ ] Fix the encryption example in Session 2
Issues
Please open a new issue if you want something fixed. Or contribute!
Contributions
All contributions are welcome.