Anonymous Membership Proofs on Midnight: Building Privacy-Preserving Allowlists
dev.to
Anonymous Membership Proofs on Midnight: Building Privacy-Preserving Allowlists Last month, I was tasked with building an allowlist system for a Midnight dApp. The requirement seemed simple: let authorized users access a feature without revealing who they are. In the clear-text world, you'd just check if (user in allowedList). But on a privacy platform, that if statement leaks everything. This tutorial walks through building a complete anonymous membership proof system — from the Com