Skip to content
This repository was archived by the owner on Mar 3, 2021. It is now read-only.

singulargarden/ouroboros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ouroboros

This is a learning project, please check out our articles on https://blog.singulargarden.com to learn more about the project.

Setup & Dev

Install the dependencies in the current python env:

make setup

Run the tests

make test

Use Ouroboros

python main.py --help

Blockchain

Currently we only provide the blockchain features, this will be a subcommand later.

  • init initialise a folder with the genesis block;
  • append adds a new block;
  • add adds a block from another source;
  • list shows all the blocks.

About

Learning Resource for Blockchain-Related Algorithms (Python) Edit Add topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors