Hacker News new | ask | show | jobs
by rasmus-kirk 305 days ago
I'm currently writing my Master's Thesis, where I'm implementing Plonk with Recursive Proofs in Rust. This allows for Succinct Blockchains, that only store the current balance of all accounts, rather than all previous transactions since the blockchain was created.
1 comments

I'm working on a blockchain related project myself too.