Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhruv-2003/nftstoragedemoapp
This Dapp lets you upload the data and prepare the compatible metadata by uploading it to the ipfs via nft.storage
https://github.com/dhruv-2003/nftstoragedemoapp
Last synced: 21 days ago
JSON representation
This Dapp lets you upload the data and prepare the compatible metadata by uploading it to the ipfs via nft.storage
- Host: GitHub
- URL: https://github.com/dhruv-2003/nftstoragedemoapp
- Owner: Dhruv-2003
- Created: 2022-07-25T10:41:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T12:37:52.000Z (over 2 years ago)
- Last Synced: 2024-10-08T03:42:38.445Z (about 1 month ago)
- Language: JavaScript
- Homepage: nft3app.vercel.app
- Size: 116 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## NFT Metadata Storage on IPFS in just 1 click.
-- This Dapp Lets you upload the data for NFT Metadata which is compatible with every MarketPlace out there in just 1 Click , the Data is stored on IPFS for free.
##Tutorial
-- It is a tutorial to show how to integrate NFT.storage in a NEXT.js app to prepare and upload metadata in backend with a single click.
-- You can Check the Store Metadata Component , this allows users to give the input for the metadata they want to store , even it is customizable according to data you want to add. Specify the fields according to the metadata format.
-- Then take the input from the user and set the state accordingly for each of the input.
-- Call the function component , by passing the input taken and this will return CID , and IPfsUrl to be able to use for further usage .