Crust provides a decentralized storage network of Web3.0 ecosystem. It supports multiple storage layer protocols such as IPFS, and exposes storage interfaces to application layer.
SubDAO can deploy websites or DApps on the Crust/IPFS network. The process is as follows:
- SubDAO stores a webpage in IPFS (also supporting the storage of a folder), and obtains corresponding file CID;
- SubDAO places storage order with the CID on Crust Network;
- SubDAO deploys the website domain with the CID on IPNS;
- Users can access the website or DApps deployed on Crust/IPFS;
- For exapmle: Polkadot apps wallet with IPFS (IPFS Version)
SubDAO can store files, such as rich text materials or forum discussion data, submitted by users on Crust/IPFS Network. The process is as follows:
- SubDAO combines rich text documents or forum discussion contents into files or folders and stores them on IPFS to obtain corresponding file CIDs;
- SubDAO places storage orders for these CIDs on Crust Network;
- SubDAO users can use these CIDs to retrieve corresponding files on Crust/IPFS Network;
Crust Storage Order is expected to be available at the end of February. Consequently, we divide the development of SubDAO into two phases.
- Time: Before March 1st.
- Development details: It is recommended that SubDAO integrate the IPFS standard interfaces including ipfs add, ipfs get, ipfs gateway and ipns in this stage.
- Target: SubDAO can deploy Dapps on the local IPFS, and SubDAO's rich text and discussion data can be accessed through the local IPFS network.
- Time: After March 1st.
- Development details: SubDAO integrates the storage order features of Crust Network.
- Target: SubDAO data is reliably stored on Crust/IPFS Network.