Skip to content

Mintme-IPFS is an open-source educational resource that demonstrates how to implement decentralized metadata storage for Solana tokens using the InterPlanetary File System (IPFS).

Notifications You must be signed in to change notification settings

mintme-dev/mintme-ipfs

Repository files navigation

ipfs.mintme.dev

ipfs.mintme.dev is a simple and visual tool to help Solana token creators understand, generate, and properly use token metadata hosted on IPFS.

🌐 What is IPFS?

IPFS (InterPlanetary File System) is a decentralized protocol for storing and accessing files, websites, applications, and data. Unlike HTTP, which is location-based, IPFS uses content-addressing — making your metadata resilient, immutable, and accessible through a distributed network.

Why use IPFS for token metadata?

  • ✅ Decentralized and peer-to-peer
  • ✅ Immutable and permanent access
  • ✅ Ideal for SPL Token metadata on Solana

📦 Features

  • Metadata example for SPL tokens
  • Direct link back to mintme.dev

🧪 Example Metadata

{
  "name": "MINTME",
  "symbol": "MTM",
  "url": "https://mintme.dev",
  "description": "",
  "decimals": 9,
  "supply": 1000000000,
  "image": "https://mintme.mypinata.cloud/ipfs/bafkreid4ju2igc4ohiynfas3x6k3w7jie3jjvefv3bmkoqqa6vjcoq4meu"
}

About

Mintme-IPFS is an open-source educational resource that demonstrates how to implement decentralized metadata storage for Solana tokens using the InterPlanetary File System (IPFS).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published