🎒
HashPack Docs
  • HashPack Documentation
    • Introduction
    • General Guidelines
      • Basics
      • Mainnet/Testnet/Previewnet
      • Mirror Nodes
      • HIP's & Network Updates
  • dApp Developers
    • WalletConnect
    • Dapp Browser
    • Deeplinks
    • User Profiles
      • Profile API
        • Get Single Profile
        • Get Multiple Profiles
        • Update Profile
    • Token Gating
    • Tutorials
    • Case Studies
  • NFT Creators
    • Introduction
    • Metadata Standards
    • Asset Storage
      • IPFS Hosting
      • Arweave Storage
      • Custom Storage
    • Testing your NFT
  • Token Creators
    • Token Creator Tool
    • Token Icon
    • Token Price
    • OnRamp Support
  • Enterprise
    • HashPack Studio
  • Game Developers
    • Coming Soon!
Powered by GitBook
On this page
  • NFT.Storage
  • Infura
  • Pinata
  1. NFT Creators
  2. Asset Storage

IPFS Hosting

Last updated 1 year ago

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.

NFT.Storage
Infura
Pinata
Page cover image