Skip to content

Only interactive NFT's objects dump from hicetnunc.xyz.

Notifications You must be signed in to change notification settings

zmnv/hicetnunc-treasures-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hicetnunc treasures dump

Status: from 0 to 85000.
Last updated: 2021 May 20, 22:18:20 +645.

What?

This is a first 85 000 NFT's objects json dump from hicetnunc.xyz with only mime types:

  • model/gltf+json
  • model/gltf-binary
  • application/x-directory

However, this repository consists analyzer summary report for all existed objects (without copyminted or banned).

Files:

  • summary.json - simplified analyzer report only with different mime types counts.
  • summary-full.json - this file describes full summary with mimeType <-> objectId relation.
  • glObjtksIds.json - Object Ids list for glb/gltf tokens.
  • jsObjktsIds.json - Object Ids list for javascript art tokens.

summary.json

// There is no 85 000 objects because some kind of they just banned.

{
  "summary": {
    "allObjectsCount": 81943
  },
  "fileTypes": {
    "video/mp4": 15390,
    "image/png": 22205,
    "image/jpeg": 26595,
    "video/quicktime": 682,
    "image/gif": 11170,
    "image/svg+xml": 1081,
    "audio/mpeg": 184,
    "video/webm": 158,
    "model/gltf-binary": 1808,
    "video/avi": 4,
    "model/gltf+json": 27,
    "image/tiff": 52,
    "application/x-directory": 2378,
    "video/x-matroska": 1,
    "Unknown Empty": 11,
    "image/webp": 12,
    "application/pdf": 110,
    "image/bmp": 52,
    "video/x-ms-wmv": 1,
    "video/ogg": 11,
    "audio/x-wav": 1,
    "Unknown MimeType": 1,
    "audio/ogg": 1,
    "audio/wav": 7,
    "text/javascript": 1
  }
}

Why?

The interactive 3d models and javascript art objects are the most valuable to me as NFT tokens. But a lot of objects at hicetnunc.xyz gallery are the images, gif and videos. I just filtered out the objects with other mime types.

What's next?

Actually this is a preparation for '100 000 minted objects' day! And it will be the first 100k interactive objects dump in the future.

It also may be realtime updated repository as well. Will see.