--- type: slide tags: Weeklies slideOptions: transition: slide spotlight: enabled: false --- <style> .reveal { font-size: 36px; } img[alt=scanner-arch] { width: 500px; } </style> # Road to Integration ## VM - Consensus #### 2022-12-16 --- # Flow Diagram ![](https://i.imgur.com/9xBoyEH.png) --- ## Short-term TODOs - [x] Record commitment, serial number, nonce, encryption & decryption (MVP). - [ ] Integration with Consensus: JAleo layer [WIP, almost ready] - [x] Deploy - [x] Execute - [ ] Transfer tests [WIP] - [ ] Adapt SnarkVM types [WIP] - [ ] Circuits for ownership/state checks: - [ ] Proof of record ownership. - [ ] Proof that a record to spend is in the blockchain. - [ ] Proof that the serial number was derived correctly. - [ ] Proof that the signature is correct.