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.
How to Enable Token Privacy on Solana with Zero-Knowledge Proofs from Elusiv
This guide will teach you how to use Elusiv, a zero-knowledge (ZK) token privacy protocol on Solana. Elusiv enables developers to create tools that enable encrypted token accounts and transfers on Solana.
🎙️ On-Chain Report ep3: Zero Knowledge Cryptography with Brendan Farmer
3화에서는 폴리곤(Polygon)의 공동 창업자인 브렌던 파머를 만나 제로 지식 암호화(zero-knowledge cryptography)와 zkEVM의 부상에 대해 이야기를 나누었습니다.
🎥 zk 체인 간의 주요 차이점
zkSync, Loopring, Polygon zkEVM 등 주요 zk 체인 간의 주요 차이점에 대해 알아보세요.
What is 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.