Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storagehub milestone 2 #1094

Merged
merged 4 commits into from
Jan 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions deliveries/storageHub_Milestone2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Milestone Delivery :mailbox:

**The delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).**

* **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/StorageHub.md
* **Milestone Number:** 2

**Context**

StorageHub is a decentralized storage system parachain optimized for file-based storage and larger data sets that are not suitable to be stored directly in standard parachain storageunsuitable for direct storage in standard parachain systems. The proposed parachain will provide developers in the Polkadot ecosystem with an alternate decentralized and substrate-based storage solution and functionality.

The two main deliverables for the second milestone include the attached [article](https://forum.polkadot.network/t/storagehub-looking-ahead/5313), which presents a comprehensive technical design of StorageHub, and the [proof of concept](https://github.com/Moonsong-Labs/storage-hub-runtime-poc) that illustrates a simplistic execution flow of StorageHub.


**Deliverables**

| Number | Deliverable | Specification |
| -----: | ----------- | ------------- |
| **0a.** | License Type | CC BY 4.0 / GPLv3 |
| **0b.** | Documentation | * The [module's breakdown](https://github.com/Moonsong-Labs/storage-hub-design-proposal/blob/main/techincal_design/modulesBreakdown.md) outlines in detail the different modules we propose as part of the implementation phase. <br> * This [runtime breakdown](https://github.com/Moonsong-Labs/storage-hub-design-proposal/blob/main/techincal_design/runtimeBreakdown.md) provides our preliminary assessment of the different components comprising StorageHub's runtime <br> * Additional information on the research and design driving our implementation approach is available in the [design proposal](https://hackmd.io/@MoonsongLabs/Skq0Qzem6). This was submitted as the first Milestone in our [Sept. 2023 Web3 Foundation accepted grant.](https://github.com/w3f/Grant-Milestone-Delivery/blob/master/deliveries/storageHub_Milestone1.md) |
| **0c.** | Testing & Testing Guide | * [StorageHub Runtime & Client node PoC - README](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/blob/main/README.md) <br> * [StorageHub Client Node - README](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/blob/main/storagehub-client-node/README.md) |
| **0d.** | Docker | * [StorageHub proof of concept](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/tree/main) provides all the required [configuration](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/blob/main/compose.yaml) to be run using Docker compose |
| **0e.** | Prototype Code | * [StorageHub proof of concept](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/tree/main) |
| **0f.** | Resource Estimation & Planning | * This [Implementation Roadmap](https://github.com/Moonsong-Labs/storage-hub-design-proposal/blob/main/techincal_design/implementationRoadmap.md) identifies our preliminary assessment of the different key workstreams |
| **0g.** | Article | * [storage_hub_polkadot_forum_post](https://forum.polkadot.network/t/storagehub-looking-ahead/5313) |

**Additional Information**
Loading