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.
🎥 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.
以太坊 Rollups 入门
本指南将介绍以太坊的链上和链下扩容方案,并深入探讨Rollups。