Skip to content

edwinans/pezos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5a17dfb · May 20, 2022

History

58 Commits
Nov 4, 2021
Nov 4, 2021
Oct 18, 2021
May 20, 2022
Oct 18, 2021

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.