ZeroPool Network

From CryptoWiki

Basics

"It's general privacy on Ethereum with truly anonymous transactions. Gas fee similar to ordinary transaction, utxo, optimistic rollup and global anonymity set for multiple assets are for your service."

"ZeroPool is an experimental non-custodial cost-efficient privacy solution for Ethereum. ZeroPool isn’t a transaction Mixer or something similar. It’s better to think of ZeroPool as a black box. Inside this black box, you can transfer, swap, and store different types of Ethereum assets with a strong privacy set."

Rust

"At the moment we work on the migration of our codebase to Rust, and there are several reasons for that:

  1. The key thing for production-ready release is a Trusted Setup Procedure. There is a battle-tested codebase for a trusted setup.
  2. So far, we have built a browser version that requires Native BigInt support. Unfortunately, it’s not available on iOS. To fix that, we are going to package all computational-extensive parts into a WebAssembly."