Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1 KB

File metadata and controls

31 lines (22 loc) · 1 KB

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"
}