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 上實現加密的代幣帳戶與轉帳功能。
🎥 zk 鏈之間的關鍵差異
了解包括 zkSync、Loopring 和 Polygon zkEVM 在內的各大 zk 鏈之間的關鍵差異。
How to Use Keccak256 Hash Function with Solidity
In this guide, we will teach you about the Keccak256 hash function and its use within Solidity smart contracts on Ethereum.
零知識證明入門
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.
Introduction to Ethereum Rollups
This guide will cover on-chain and off-chain Ethereum scaling solutions and take a deep dive into Rollups.