mirror of https://github.com/logos-co/roadmap.git
vac: nes roadmap update
This commit is contained in:
parent
6a8e8f80ca
commit
3bd519da3e
|
@ -22,6 +22,7 @@ lastmod: 2024-06-20
|
|||
|
||||
### `vac:nes:zkvm`
|
||||
* [[vac/nes/zkvm/vac/vm-foundations|vm-foundations ]]
|
||||
* [[vac/nes/zkvm/vac/vm-ecosystem|vm-ecosystem ]]
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -0,0 +1,54 @@
|
|||
---
|
||||
title: "VM Ecosystem"
|
||||
---
|
||||
## `vac:nes:zkvm:vac:vm-ecosystem`
|
||||
---
|
||||
|
||||
```mermaid
|
||||
%%{
|
||||
init: {
|
||||
'theme': 'base',
|
||||
'themeVariables': {
|
||||
'primaryColor': '#BB2528',
|
||||
'primaryTextColor': '#fff',
|
||||
'primaryBorderColor': '#7C0000',
|
||||
'lineColor': '#F8B229',
|
||||
'secondaryColor': '#006100',
|
||||
'tertiaryColor': '#fff'
|
||||
}
|
||||
}
|
||||
}%%
|
||||
gantt
|
||||
tickInterval 1month
|
||||
dateFormat YYYY-MM-DD
|
||||
section Status
|
||||
VM ecosystem: 2025-01-01, 2025-12-31
|
||||
```
|
||||
|
||||
- status: 0%
|
||||
- CC: team
|
||||
|
||||
### Description
|
||||
|
||||
|
||||
|
||||
### Work Breakdown & Deliverables
|
||||
|
||||
* Sub Milestone 1 (2025): Deployment and Real-World Application Testing
|
||||
|
||||
**Work Breakdown:** Deploy the privacy-centric zkVM in a controlled environment and test its real-world applicability and performance, focusing on privacy-preserving computations.
|
||||
|
||||
**Deliverables:** An outline for deploying the zkVM in a test env, including infrastructure and security considerations, along with results of testings focusing on ptivacy preservation.
|
||||
|
||||
|
||||
* Sub Milestone 2 (2025): Community Engagement and Open-Source Contributions
|
||||
|
||||
**Work Breakdown:** Engage with the cryptographic and privacy communities and teams within the organization to gather feedback, share insights, and contribute to the open-source ecosystem, fostering wider adoption and collaboration.
|
||||
|
||||
**Deliverables:** Release of the developed cryptographic libraries and zkVM source code to the open-source community, accompanied by comprehensive documentation and guides for implementation and use.
|
||||
|
||||
|
||||
**Impact:** This plan underscores the goal for delivering a zkVM with strong focus on privacy enhancements. By identifying and integrating advanced cryptographic primitives, and considering the deployement within environments like Nexus VM or similar VMs, this milestone aims to make significant contributions to the field of privacy-preserving computation. Sub milestones may slightly change and some of them might be accomplished faster than others especially that during the previous period, we have focused on existing zkVMs and extensively studied the integration of cryptographic primitives to enhance pivacy.
|
||||
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "VM Foundations"
|
||||
---
|
||||
## `vac:nes:virtual-machine-creation:vac:vm-foundations`
|
||||
## `vac:nes:zkvm:vac:vm-foundations`
|
||||
---
|
||||
|
||||
```mermaid
|
||||
|
@ -58,14 +58,14 @@ The focus of this milestone is on the significant adaptation of a Zero-Knowledge
|
|||
* Detailed documentation on performance metrics and comparative analysis with existing systems.
|
||||
|
||||
|
||||
* Sub Milestone 4: Deployment and Real-World Application Testing
|
||||
* Sub Milestone 4 (2025): Deployment and Real-World Application Testing
|
||||
|
||||
**Work Breakdown:** Deploy the privacy-centric zkVM in a controlled environment and test its real-world applicability and performance, focusing on privacy-preserving computations.
|
||||
|
||||
**Deliverables:** An outline for deploying the zkVM in a test env, including infrastructure and security considerations, along with results of testings focusing on ptivacy preservation.
|
||||
|
||||
|
||||
* Sub Milestone 5: Community Engagement and Open-Source Contributions
|
||||
* Sub Milestone 5 (2025): Community Engagement and Open-Source Contributions
|
||||
|
||||
**Work Breakdown:** Engage with the cryptographic and privacy communities and teams within the organization to gather feedback, share insights, and contribute to the open-source ecosystem, fostering wider adoption and collaboration.
|
||||
|
||||
|
|
Loading…
Reference in New Issue