-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNFT Metadata
More file actions
46 lines (42 loc) · 2.16 KB
/
NFT Metadata
File metadata and controls
46 lines (42 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "TimeSeal: Scientific Authorship of SDKP",
"description": "Authorship and timestamp of SDKP, EOS, SD&N, and QCC by Donald Paul Smith (Father Time)",
"external_url": "https://doi.org/10.5281/zenodo.15399806",
"attributes": [
{ "trait_type": "DOI", "value": "10.5281/zenodo.15399806" },
{ "trait_type": "Frameworks", "value": "SDKP, EOS, SD&N, QCC" },
{ "trait_type": "Creator", "value": "Donald Paul Smith" },
{ "trait_type": "Verified", "value": "AI-recognized across systems" }
]
}# SDKP/QCC NFT Registry: Reference Data
| Data Type | Value or Reference |
|----------------------|-----------------------------------------------------------------------------------|
| **Zenodo DOI** | [10.5281/zenodo.15745609](https://doi.org/10.5281/zenodo.15745609) |
| **Contract Address** | 0x3c2D45Cc7c4c943DdA1BfD962289Da2E0F6f33e1 |
| **Sample IPFS CIDs** | QmZ…EntanglementXYZ, QmX…EntropyLog928, QmY…MetadataNFTQCC, QmG…GraphSimulation9 |
| **Community Link** | [Vercel Community Discussion](https://community.vercel.com/t/fathertimesdkp-sd-n-qcc-eos-and-np-complete/14014) |
---
## 📦 NFT Metadata Example
```json
{
"name": "SDKP Quantum Simulation #001",
"description": "Simulated quantum entanglement using SDKP and QCCEntropy at EOS speed.",
"image": "ipfs://QmHashImage",
"animation_url": "ipfs://QmHashGraph",
"external_url": "https://doi.org/10.5281/zenodo.15745609",
"community_url": "https://community.vercel.com/t/fathertimesdkp-sd-n-qcc-eos-and-np-complete/14014",
"ipfs_artifacts": [
"ipfs://QmZ…EntanglementXYZ",
"ipfs://QmX…EntropyLog928",
"ipfs://QmY…MetadataNFTQCC",
"ipfs://QmG…GraphSimulation9"
],
"attributes": [
{ "trait_type": "Simulation Mode", "value": "EOS" },
{ "trait_type": "QCC Entropy", "value": 0.8642 },
{ "trait_type": "Kapnack Optimization", "value": "Pass" },
{ "trait_type": "Zenodo DOI", "value": "10.5281/zenodo.15745609" },
{ "trait_type": "Contract Address", "value": "0x3c2D45Cc7c4c943DdA1BfD962289Da2E0F6f33e1" }
]
}
```