Emisión de NFTs (Ravencoin)
- Prepara tu “Main Asset” (una sola vez): por ejemplo
BTCTODAY100K. Crear el asset raíz quema ~500 RVN. - Sube contenido a IPFS (imagen y metadata JSON). Guarda los CIDs (
ipfs://...). - Minta el NFT como Unique Asset bajo tu raíz, por ejemplo:
BTCTODAY100K#ALU-2025-10-LOT001(cuesta ~5 RVN por NFT). - Incluye el IPFS hash al crear el asset (o re-emite si tu root es re-emitable).
- Envía el NFT a la wallet del destinatario y publica el enlace del explorador.
Plantilla de metadata (JSON)
{
"name": "BTCTODAY100K#ALU-2025-10-LOT001",
"description": "Lote aluminio reciclado, 1.000 kg. Certificado NFT en Ravencoin.",
"image": "ipfs://CID_DE_IMAGEN",
"external_url": "https://www.btctoday100k.com/nft/",
"attributes": [
{"trait_type":"lote","value":"ALU-2025-10-LOT001"},
{"trait_type":"peso_kg","value":1000},
{"trait_type":"fecha","value":"2025-10-11"},
{"trait_type":"ubicacion","value":"Madrid, ES"},
{"trait_type":"origen","value":"latas de refresco"}
],
"proof": {
"foto_lote": "ipfs://CID_FOTO",
"documento_peso": "ipfs://CID_DOC_PESO"
}
}
Esquema de nombres recomendado
BTCTODAY100K#ALU-AAAA-MM-LOT### (único por protocolo).