Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
December 21, 2022 11:46 am GMT

Quick IPFS

Concepts

  • IPFS ! = Blockchain
    • Blockchain serves on-chain data
    • IPFS serves off-chain data
    • IPFS provides an option of saving big volume datas for blockchain.
  • IPFS ! = Filecoin
    • IPFS focuses on addressing, which means it can find the location the content, but it can't guarantee that content is available.
    • Filecoin which focuses on storage is similar to a decentralized cloud drive.
    • They are complementary.
  • Contents on public IPFS are always accessible as long as you can get the addresses.
    • Setting up a private IPFS is possible, but meaningless.
  • How to use:
    1. add file, a cid will be returned
    2. use the cid to access the file
  • Typical scenarios
    • NFT Metadata
    • Off-Chain data

Content Addressing

Pinning Services

  • "pin" is "save" , happening on one or more nodes.
  • Files that not pinned are only in cache and will be removed in future.
  • It is impossible to force a third party node to perform a "pin".
  • In addition to your own nodes, third party services are also available.
  • Typical pinning services:
    • paid
      • infura
      • pinata
      • morails
    • free
      • nft.storage

References


Original Link: https://dev.to/foxgem/quick-ipfs-2dai

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To