Skip to content

Yu-da-1/PipeleUI

 
 

Repository files navigation

Pipele

Pipele is a "self-sovereign platform" that allows users to create private online spaces and share files securely.

Project Description

Our project is to create a self-sovereign platform by allowing the creation of private online spaces and file share . The blockchain is public and can be accessed by anyone in the world. It is verifiable because anyone can access it, but putting personal data on the blockchain is giving up privacy. Pipele, which we created, can solve that problem. Pipele combines LitProtocol and decentralized storage to create and share private space. Users upload files/folders they wish to store in their private space and they are encrypted by Pipele and stored in storage. Next, the user selects the person with whom he/she wants to share and presses the share button. Next, a SBT (ERC1155 non-transferable token) is sent to the person with whom he/she wants to share. This SBT is proof of a decision to share. Pipele requires possession of an SBT (proof of decision to share) and grants decryption keys to those who meet the requirements. The person to whom the decryption key is assigned can then access the encrypted data. This mechanism allows for the creation and sharing of private online space.

How it's Made

Pipepe encrypts and decrypts files with LitProtocol, stores encrypted files in IPFS, proves shared will and maps shared partners with SBT (ERC1155),Fleek automatically updates CIDs and manages files, Tableland stores keys in user's root folder, the graph to query the data, and a number of protocols are combined to create a self-sovereign platform. When a user uploads a file, it is encrypted by Lit Protocol and stored in IPFS. The CID of the root folder changes because the files to be encrypted are stored in the root folder in IPFS. Therefore, Fleek connects the root folder and the CID of the uploaded file and updates the CID. In addition, the user's root folder key is stored in a table by tableland. The next step is to set up on-chain using the Lit Protocol. In Pipele, when the share button is pressed, an SBT is issued to the owner of the file and to the person with whom the file is shared. The SBT serves to connect the owner of the file with the person with whom the file is shared, and at the same time it is a condition for decryption. The graph also allows the user to manage the people with whom files are shared, making it possible to create a friends list. The above mechanism allows users to own their own data, to be able to choose who they share it with, and to manage who they share it with.

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 54.4%
  • JavaScript 41.6%
  • HTML 4.0%