Skip to content

edwinans/pezos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pezos

Blockchain course project.

  • P2P connections.
  • Block validators (hash, timestamp, context, operations, signatures).
  • Operation injections.
  • Miner (validation deamon).
  • Signing utilities (ed25519 & blake2)
  • Interactive loop (demo).
  • Block & context pretty printers.

Installation

pip3 install -r requirements.txt

Deployment

put the public_key and secret_key in the following file:
src/utility/keys

To run the software please type at the root of the folder:

python3 src/main.py

To run it into dev mode and interact with the software, you can use the option demo:

python3 src/main.py demo

Follow the instruction on the screen to interact with the block.

About

Blockchain course project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages