Skip to content

This repository contains a notebook I created while I was learning about the blockchain technology. The code used in this repository is written in python.

Notifications You must be signed in to change notification settings

Riwajchalise/blockchain_concept_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain_concept_python

In this notebook I have tried to cover the basic theoretical and technical concept side by side.

Prerequisites

  • To understand this notebook you need to have basic knowledge in python programming language.

How to use this notebook

  • You can view the notebook by clicking on Bockchain_Introduction.ipynb file.
  • To view the notebook in your local machine:
    • For that first clone the repo: $ git clone [email protected]:Riwajchalise/blockchain_concept_python.git
    • Install Jypyter Notebook Stand alone http://jupyter.org/ or use https://anaconda.org/ Jupyter Notebook.
    • cd to the cloned repository $cd <path to>/blockchain_concept_python
    • Run jupyter notebook $ jupyter-notebook
    • You need python3 kernel

What is not important

You don't need to to usderstand any hash algorithm, understanding hash surficially is enough.

Contribute by forking the repository and sending the pull request. email=> [email protected]

About

This repository contains a notebook I created while I was learning about the blockchain technology. The code used in this repository is written in python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published