Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

ilyk/filecoin-storage-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Description

Storage Client Webapp with Redundant Deals: A web application and storage deal agent that supports users storing data redundantly with multiple miners. The app will track active storage deals and allow users to perform data retrieval.

Value: Currently Filecoin allows download of data only from the storage node where that data was uploaded to. This project proposes creating an extended upload system, which will allow a user to choose how many additional nodes they want to upload data to and a deal agent to execute redundant deals. This will increase the stability of the system through redundancy, but as a side effect, it will cost more for storage.

License

This work is dual-licensed under Apache 2.0 and MIT.

SPDX-License-Identifier: Apache-2.0 AND MIT