To bring zero knowledge privacy primitives to all web3 developers.
This code is unaudited and under construction. This is experimental software and is provided on an "as is" and "as available" basis and may not work at all. This code is not fit for human or AI consumption and should not be used in production.
- ZRC-20 (Token & Payment)
- ZRC-1155 (Payment / Swap / NFTS / Airdrops)
- Defi Swaps
- Defiant Pools Prototype (Zero Knowledge Deposit Addresses pt I)
- Refactor to groth16
- Implement encrypted store in indexDB
- Test that utxo store recovers from partial hydration
- Deposit via proof of deposit (Requires TX proving in Zero Knowledge - possibly with Nova / Halo)
- Withdrawal via threshold network
- Refactor and redesign of API
- CLI creation
- pnpm (8.2.0+)
- circom (2.1.5+)
- b2sum (8.3.2+)
pnpm install
pnpm test
- Run integration tests
pnpm build
- Build circuit artifacts
- Bundle all keys encoded to json files
pnpm wallet
- run the wallet application