Skip to content

AnjumeeJeba/Blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

#Block.py Timestamp- When the block is going to be created

(self.timestamp = timestamp)assigning as a constructor

self.get_hash() -- A fucntion here to create out own hash( a hash value)

SHA256- encryptic hash function of 32 byte

use hashlib library function which gives ebcryption and hashing functionality ( define variable)

genesis block means the first block of the chain

#Blockchain1.py

import the block class

%s means string value

%block_chain[-1] means last elements of the list

About

Blockchain implementation with python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages