ipfs.mintme.dev is a simple and visual tool to help Solana token creators understand, generate, and properly use token metadata hosted on 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.
- ✅ Decentralized and peer-to-peer
- ✅ Immutable and permanent access
- ✅ Ideal for SPL Token metadata on Solana
- Metadata example for SPL tokens
- Direct link back to mintme.dev
{
"name": "MINTME",
"symbol": "MTM",
"url": "https://mintme.dev",
"description": "",
"decimals": 9,
"supply": 1000000000,
"image": "https://mintme.mypinata.cloud/ipfs/bafkreid4ju2igc4ohiynfas3x6k3w7jie3jjvefv3bmkoqqa6vjcoq4meu"
}