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

fix: filecoin deals about text #1407

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
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
85 changes: 1 addition & 84 deletions packages/website/content/pages/about.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"format": "small",
"description": [
"Content uploaded to Web3.Storage is pinned redundantly three times to an IPFS Cluster of 6+ geographically distributed nodes. Before uploading, our client side libraries convert data into a CAR file (that includes the CID of the file), which keeps things trustless: the client can cryptographically verify that the CID corresponds to their file when storing and retrieving.",
"Once this 31GiB CAR file is uploaded, a queue of geographically distributed storage providers - selected for performance and availability - bid for the right to store these deals, with the Web3.Storage client making a minimum of 5 deals with the various storage providers.",
"Once this 31GiB CAR file is uploaded, a queue of geographically distributed storage providers - selected for performance and availability - bid for the right to store these deals, with the Web3.Storage service making 5+ deals with the various storage providers.",
"This data is made available to the public IPFS network, meaning you or anyone can access the data from anyone broadcasting the data via its CID.",
"Please <a href='/docs' alt='Web3.Storage Documentation'>see the documentation</a> for how one can use the Status API to query for information regarding pin status and deal status for your uploaded content."
]
Expand All @@ -71,89 +71,6 @@
}
}
]
},
{
"id": "section_architecture-2",
"columns": [
{
"type": "custom",
"cols": {
"num": "col-5_md-4"
},
"customizations": [
{
"type": "helix",
"id": "section_architecture-2-helix"
},
{
"type": "image_block",
"id": "section_architecture-image-storage",
"src": "/images/index/app-ui-screenshot-storage-manager.png"
},
{
"type": "image_block",
"id": "section_architecture-image-files",
"src": "/images/index/app-ui-screenshot-file-manager.png"
},
{
"type": "image_block",
"id": "section_architecture-image-upload",
"src": "/images/index/app-ui-screenshot-file-upload.png"
}
]
},
{
"type": "custom",
"cols": {
"num": "col-6_md-7_sm-12",
"push_left": "off-1_sm-0"
},
"customizations": [
{
"type": "cross",
"id": "section_architecture-2-cross"
},
{
"type": "text_block",
"format": "small",
"heading": "Once the deals are active, the Web3.Storage client polls to ensure that the relevant sectors are still available.",
"description": [
"If the Filecoin network finds that a copy of your data is no longer proven to be stored, e.g., a storage deal expires or a miner goes offline, the Web3.Storage client will automatically add the relevant data into the queue of upcoming deals to ensure at all times there are always a minimum of 5 copies of data being stored with Filecoin Storage Providers.",
"In the future, we hope to expand this service to offer a variety of options for storing data - including purely protocol-based approaches (e.g. via smart contracts) as well as other hosted options (e.g. HTTP endpoints). We also aim to provide more native tooling for automated deal management via tools like smart contracts - which may augment the offerings of this service in the future.",
"Our aim today is to provide a user-friendly experience that massively reduces the burden for onboarding new use cases into the web3 ecosystem today - while providing an upgrade path for the future."
]
}
]
},
{
"type": "custom",
"cols": {
"num": "col-5_md-4_sm-8_mi-10_ti-12",
"push_left": "off-0_sm-2_mi-1_ti-0"
},
"customizations": [
{
"type": "helix",
"id": "section_architecture-2-helix-small"
},
{
"type": "image_block",
"id": "section_architecture-image-storage",
"src": "/images/index/app-ui-screenshot-storage-manager.png"
},
{
"type": "image_block",
"id": "section_architecture-image-files",
"src": "/images/index/app-ui-screenshot-file-manager.png"
},
{
"type": "image_block",
"id": "section_architecture-image-upload",
"src": "/images/index/app-ui-screenshot-file-upload.png"
}
]
}
]
}
],
[
Expand Down