IPFS Hosting
IPFS is the storage system the majority of NFTs use.
IPFS, or InterPlanetary File System, is a decentralized file-sharing protocol that enables peer-to-peer data storage. It uses unique addresses based on content, making data retrieval efficient. IPFS promotes a distributed network model, enhancing resilience and availability.
A key aspect of IPFS is "pinning". A pinned file will not be deleted by IPFS garbage collection, an unpinned file runs the risk of disappearing.
In order to store and pin files on IPFS you will need to upload the files, there are a few options:
NFT.Storage is a free way to upload files to IPFS - however - free uploads run the risk of eventually being deleted by the IPFS garbage collection.
Infura is one of the biggest tooling companies in web3, and their IPFS dedicated gateway are likely the most affordable in the space.
Pinata is more of a full featured NFT suite, which may be helpful if you are doing lower volume stuff, however pricing ramps up quite quickly.
Last updated