Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dhruv-2003/web3.storagedemoapp

You can now store all you content on IPFS via Web3.storage . This app has a demo on how to use Web3.storage for uploading files
https://github.com/dhruv-2003/web3.storagedemoapp

Last synced: 21 days ago
JSON representation

You can now store all you content on IPFS via Web3.storage . This app has a demo on how to use Web3.storage for uploading files

Awesome Lists containing this project

README

        

## Storage3 lets you store all you data on IPFS (decentralized storage) in just 1 click
Check the website here : https://storage3.vercel.app/

image

You can store any type of file format and that too for free.

##Tutorial
This is a tutorial on how to use web3.storage and add the functionality of Web3.storage to your Next.js application with just a few steps

-- Check the Component [StoreContent]( ) that stores a single file at a input and deploy it on IPFS , returns with a CID .
-- File input is taken from the input box and set to the Files variable which is array .
-- Now we can call the component function to store this paricular file on IPFS and get the CID for further Usage