1 个仓库
Decentralized ledgers that integrate zero-knowledge proofs to verify state transitions and transactions while preserving data privacy.
Distinct from Zero-Knowledge Proof Frameworks: The candidates focus on frameworks, academic literature, or orchestration, whereas this is a full blockchain ledger implementation.
Explore 1 awesome GitHub repository matching security & cryptography · Zero-Knowledge Proof Blockchains. Refine with filters or upvote what's useful.
snarkOS 是一个分布式运行时环境和零知识证明区块链,专为部署和管理依赖于零知识密码原语的应用程序而设计。它作为一个去中心化账本,使用零知识证明来验证状态转换和交易,而无需泄露私有数据。 该系统利用绑定账户共识网络,验证者锁定资产作为抵押品以保护全局状态。它具有加密状态账本以私密地跟踪应用程序数据,以及 GPU 加速的证明器,将繁重的密码计算卸载到图形硬件以提高证明速度。 该项目提供了一个基于角色的节点层次结构,包括验证者、核心和证明者节点。其能力涵盖去中心化节点操作、点对点网络同步以及加密应用程序状态的管理。其他工具包括用于节点控制的命令行界面、用于监控共识参与的遥测,以及引导本地开发网络的能力。
Provides a decentralized ledger that uses zero-knowledge proofs to verify state transitions and transactions without revealing private data.