Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tornado Cash 代码实践系列 | Tornado Cash in practice #178

Open
qiwihui opened this issue Aug 18, 2024 · 0 comments
Open

Tornado Cash 代码实践系列 | Tornado Cash in practice #178

qiwihui opened this issue Aug 18, 2024 · 0 comments
Assignees
Labels
区块链 区块链相关 技术 技术相关
Milestone

Comments

@qiwihui
Copy link
Owner

qiwihui commented Aug 18, 2024

这个系列的视频将从零到一实现 Tornado Cash 的功能,包括零知识证明电路,智能合约以及证明验证。希望你能从中学习到 Tornado Cash 的所用到的技术,并知道如何构建一个零知识证明应用。

Tornado Cash 是一个以太坊上的混币器,通过使用零知识证明(Zero Knowledge Proof),Tornado Cash 可以打破区块链上源地址和目标地址之间的关联,解决隐私泄露的问题。Tornado Cash 使用了 Merkle 树和零知识证明电路,并在智能合约验证零知识证明。

系列视频:

  1. Tornado Cash 代码实践(1): Tornado Cash 介绍
  2. Tornado Cash 代码实践(2):零知识证明电路
  3. Tornado Cash 代码实践(3):存款和取款合约
  4. Tornado Cash 代码实践(4):默克尔树
  5. Tornado Cash 代码实践(5):证明生成和验证
  6. Tornado Cash 代码实践(6):用 chatGPT 帮我生成交互页面
  7. Tornado Cash 代码实践(7):测试网部署(TODO)

视频中的文档: https://qiwihui.notion.site/Tornado-cash-92055ce981ea46668aa72d836085fd35

@qiwihui qiwihui added 技术 技术相关 区块链 区块链相关 labels Aug 18, 2024
@qiwihui qiwihui added this to the 技术 milestone Aug 18, 2024
@qiwihui qiwihui self-assigned this Aug 18, 2024
@qiwihui qiwihui changed the title Tornado Cash 代码实践系列 Tornado Cash 代码实践系列 | Tornado Cash in practice Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
区块链 区块链相关 技术 技术相关
Projects
None yet
Development

No branches or pull requests

1 participant