Storing Metadata - IPFS
Last updated
Last updated
GhostMarket supports the storage of NFT metadata on decentralised file networks such as (IPFS). By storing metadata and images on IPFS, NFT owners can be assured that the data and image are immutable and permanent once they are minted. If you use IPFS to host your metadata, the URL used in metadata must be in the format ipfs://<hash>
.
examples:
ipfs://QmTy8w65yBXgyfG2ZBg5TrfB2hPjrDQH3RCQFJGkARStJb
We recommend for easily interacting with IPFS, which enables you to easily store and organise both metadata and NFT media on IPFS.
Other alternatives for accessing IPFS is to or using IPFS.
Here's an excellent "Getting Started" tutorial on IPFS by Chainlink: .