research
research copied to clipboard
Zero Knowledge Continuous Auction PoC
Design and implement Proof of Concept of Zero Knowledge Continuous Auction.
- [x] snark proofs analysis and design
- [x] pedersen tree discovery
- [x] pedersen tree initial analysis
- [x] merkle tree proofs design
- [x] merkle tree proofs implementation
- [x] toolchain design
- [x] toolchain implementation
- [x] order matching design
- [x] rethink and redesign the approach after finding out that the continuous auction visions are misaligned
- [x] sync visions
- [x] update tradeGenerator tool
- [x] write new orderMatcher tool
- [x] write new snarks
- [x] integrate and test the above
- [x] write documentation