Hello Python Community, I'm excited to share **InfoChain**βan open-source protocol that quantifies and rewards information quality on-chain using proper scoring rules, Value of Information (VoI) scaling, and zero-knowledge verification.
π Repository: https://github.com/mwalmasri/INFOCHAIN ### π Quick Start for Contributors ```bash # Clone & start dev environment git clone https://github.com/mwalmasri/INFOCHAIN.git && cd INFOCHAIN docker-compose up -d # Starts Python + Foundry + monitoring stack # Run tests docker-compose exec app pytest offchain/ # (once pytest suite is added!) # View scoring output docker-compose exec app python3 offchain/scoring_engine.py | jq .cal_scores Thanks for any comment or improvement on this project Best Wishes, Walid -- https://mail.python.org/mailman3//lists/python-list.python.org
