IPFS에 NFT 호스팅
Chiliz Chain NFT 프로젝트에서 영구적·분산형 tokenURI 저장을 위해 Pinata 등 IPFS 제공자를 사용하여 NFT 미디어 파일과 메타데이터 JSON을 IPFS에 호스팅하는 방법입니다.
마지막 업데이트
도움이 되었나요?
도움이 되었나요?
{
"name": "Stadium Pass #25456456",
"description": "PSG supporter entry ticket",
"image": "ipfs:///filename.png", // for static images only!
// "animation_url": "ipfs:///filename.mp4" // for video and audio files.
"attributes": [
{
"trait_type": "Tier",
"value": "Gold"
}]
}