Skip to content

A jupyter notebook with step-by-step details on how to build Nano blocks and interact with the network.

License

Notifications You must be signed in to change notification settings

ealtamir/nano-simple-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nano (cryptocurrency) Simple Tutorial

A tutorial for beginners to Nano or any cryptocurrency. It is meant to complement the official Nano documentation. After reading this tutorial you will have a basic understanding of how to create and manage a Nano account using basic Python code.

It is assumed that the reader has a basic understanding of:

  • Python (or any high-level imperative language)
  • Birds-eye view understanding of asymmetric key cryptography (public/private keys)
  • Hash functions (i.e. SHA-3 or Blake2)
  • Cryptocurrencies in general

Installation

The only requirement is a Python interpreter of version 3.7 or greater and the PIP package manager for Python.

pip install -r requirements.txt
jupyter-notebook main.ipynb

License

Distributed under the MIT License. See LICENSE for more information.

About

A jupyter notebook with step-by-step details on how to build Nano blocks and interact with the network.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published