This library was part of the Ourochronos brick system. It has been removed as a dependency and is no longer maintained. This repo is archived for reference only.
VRF-based consensus, validator selection, and anti-gaming for the ourochronos ecosystem
Brief description of what this brick does and why it exists.
pip install our-consensusfrom our_consensus import ...Document the public interface here.
# Install with dev dependencies
make dev
# Run linters
make lint
# Run tests
make test
# Run tests with coverage
make test-cov
# Auto-format
make formatDocument what state this brick owns (tables, caches, files, etc.).
MIT