From 0ad6bc0c7d334a04e82d25c948036efcf6ecf5a4 Mon Sep 17 00:00:00 2001 From: Brooklyn Zelenka Date: Mon, 18 Sep 2023 22:00:57 -0700 Subject: [PATCH] Breaking out stages --- plan/ROADMAP.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/plan/ROADMAP.md b/plan/ROADMAP.md index 64b5f44f..a5754e0c 100644 --- a/plan/ROADMAP.md +++ b/plan/ROADMAP.md @@ -212,8 +212,12 @@ The MVP focuses on getting the basics running. - Developer Tooling - [ ] Rust Task template - [ ] JS task template -- Add Iroh networking support (esp. NAT hole punching) -- Add IPVM support to Kubo (`kubo run`) +- Networking + - [ ] Iroh NAT traversal +- Data + - [ ] Content handle injection + - [ ] Wasm block + - [ ] Add IPVM support to Kubo (`kubo run`) - Resource limits - (Co)effect Plugins - Documentation