You got here early.
However, you can use this site, which is a proof of concept.
This is basically an implementation of Filecoin built on Sui.
It can only be used on Testnet, but all major wallets *should* be supported.
Don't upload anything important, secret, or that which cannot be lost.
Currently, files are stored in plaintext and anyone with the proper link can download your files.
Please report problems or suggestions on telegram or twitter.
Roadmap
- File uploading and downloading for all file types, stored on Sui blockchain.
- Create beautiful and compelling landing page to build trust with new users.
- Lock files in place, so they cannot be moved and destroy file integrity.
- Utilize Sui Storage Rebates:
- Enable deleting files from the blockchain.
- Sent rebates back to users when files are deleted, storing files temporarily on chain should be relatively cheap.
- Users will receive ~96% (at time of writing) of their storage costs back when files are deleted.
- Enable optional "auto-delete" feature that will delete file from chain on download, ensuring they can only be downloaded once.
- Enable optional encryption feature on stored files:
- No one will be able to read the file contents on chain.
- No one but you will be able to decrypt or download the files on this site, or anywhere else.
- Investigate methods for enabling others that you choose to also be able to decrypt files that you upload, at your discretion.
- Investigate using zkLogin to onboard the wider audience of users unfamiliar with blockchain technology, and elimate the need for users to download a wallet.