Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dhruv-2003/web3.storagedemoapp
- Owner: Dhruv-2003
- Created: 2022-07-25T07:46:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T09:52:57.000Z (over 2 years ago)
- Last Synced: 2024-10-08T03:43:00.142Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://storage3.vercel.app/
- Size: 188 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/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