-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.json
More file actions
83 lines (79 loc) · 3.06 KB
/
metadata.json
File metadata and controls
83 lines (79 loc) · 3.06 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "SDKP and TimeSeal Framework",
"description": "Scale-Density Kinematic Principle (SDKP) and TimeSeal Framework - foundational physics principles developed by Donald Paul Smith (Father Time), incorporating experimental data, mathematical frameworks, and timestamped authorship.",
"version": "1.0.0",
"authors": [
{
"name": "Donald Paul Smith",
"alias": "Father Time",
"role": "Primary Author",
"email": "donpaulsmith@example.com"
},
{
"name": "Amiyah Rose Smith",
"role": "Licensee"
},
{
"name": "Dallas Paul Smith (Albach)",
"role": "Licensee"
}
],
"tokenID": "470f75a27789b070181af68616642cdb",
"license": {
"name": "Custom SDKP-TimeSeal License",
"royalty": "17.5%",
"sublicensing": true,
"confidentiality_clause": "Distribution or use beyond licensed parties requires written approval."
},
"dates": {
"SDKP_inception": "2025-01-20",
"SDKP_formalized": "2025-02-14",
"TimeSeal_established": "2025-05-19",
"License_effective": "2025-05-19"
},
"domain": "https://fathertimesdkp.blockchain",
"repository": "https://github.com/your-github-username/sdkp-timeseal-framework",
"keywords": [
"SDKP",
"Scale-Density Kinematic Principle",
"TimeSeal",
"Physics",
"Quantum",
"Experimental Data",
"Author: Donald Paul Smith",
"Physics Principles"
],
"metadataVersion": "1.0"
}
# 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" }
]
}
```