Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 316 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 316 Bytes

Blockchain

Programming ethereum smart contracts

In these repository I will be uploading what I learn about the Ethereum smart contracts.

Blockchain.py

What I learned:

  1. How blocks are added to the blockchain.
  2. How the nonce () in a block is found.
  3. How to synchronize blockchains between nodes.