Confidential Transfers on Solana: A Developer's Guide
Learn how to implement privacy-preserving token transactions on Solana using the Token-2022 Confidential Transfer Extension. This comprehensive developer guide covers encrypted balances, zero-knowledge proofs, and step-by-step instructions for creating tokens with hidden amounts.
How to Verify Message Signatures on Ethereum
In this guide, readers will cover the basics of private and public keys, signature generation, and verification. The guide contains step-by-step instructions for two approaches - one with basic JavaScript and the other with Ethers.js, a Web3 SDK. The guide also touches upon associated tools and vital security considerations for message signing.
如何透過 Elusiv 的零知識證明在 Solana 上啟用代幣隱私功能
本指南將教您如何使用 Elusiv——這是一種基於 Solana 的零知識(ZK)代幣隱私協議。Elusiv 讓開發者能夠建立工具,藉此在 Solana 上實現加密的代幣帳戶與轉帳功能。
🎙️ On-Chain Report ep3: Zero Knowledge Cryptography with Brendan Farmer
在第 3 集節目中,我們採訪了 Polygon 的共同創辦人布倫丹·法默(Brendan Farmer),探討零知識加密技術以及 zkEVM 的崛起。
🎥 zk 鏈之間的關鍵差異
了解包括 zkSync、Loopring 和 Polygon zkEVM 在內的各大 zk 鏈之間的關鍵差異。
什麼是 Polygon zkEVM?
This guide will give you an overview of Polygon zkEVM and its use for smart contracts, allowing developers to create secure and private decentralized applications.
零知識證明入門
This guide will discuss a cryptographic protocol, Zero-Knowledge Proofs, and how they can help secure user data. It will also cover the types of Zero-Knowledge Proofs and explore the benefits and use cases it provides.