Commit d2a1941
feat(EVES-003): add EVM/ERC-721 token metadata support
Extend EVES-003 to support EVM chains alongside the existing
Tezos/TZIP-21 token metadata path. This enables minting simulation
asset NFTs as ERC-721 tokens on Ethereum-compatible chains such as
Etherlink L2, as anticipated by EVES-006 and EVES-007.
Spec text (eves-003.md):
- Add EVES-007 and EVES-008 to requires frontmatter
- Add RFC 2119 boilerplate at top of Specification section
- Add [29] RFC 1766 reference for language field
- Generalize abstract to reference both TZIP-21 and ERC-721
- Branch Steps 2, 4, and 5 for chain-specific token metadata files
- Add EVM contract identifier (Etherlink L2) to Section 5
- Restructure "TZIP-21 Token Metadata" into parent "6. Token Metadata"
section with subsections for TZIP-21 (Tezos) and ERC-721 (EVM)
- Add ERC-721/OpenSea metadata mapping table with background_color,
contributors, and language rows
- Add language row to TZIP-21 mapping table (backed by TZIP-21 spec)
- Clarify did:ethr as cross-chain organizational identity from EVES-008
- Add ERC-7572 contract-level metadata subsection
- Recommend ERC-5192 for soulbound tokens and ERC-4906 for metadata
update events
- Fix ontology property paths: envited-x:hasResourceDescription →
gx:name/description/license, manifest:hasLicense → filePath
- Fix typos: "shacle" → "SHACL", "envied-x" → "envited-x"
- Update org name from "Gaia-X 4 PLC-AAD" to "ASCS"
- Migrate ontology IRIs to w3id.org (envited-x/v3, manifest/v5,
hdmap/v6)
- Fix reference [15] from StackExchange to spdx.org/licenses
- Add references [23]-[29]
- Remove duplicate reference entries
Schemas:
- Fix JSON Schema draft-07 $ref sibling bug in both schemas (move
title into asset definition)
- Replace "e.g." with "for example" in all schema descriptions
- ERC-721: new erc721_token_metadata-schema.json (JSON Schema draft-07)
- TZIP-21: add required: ["name"], update minter to DID per EVES-008,
fix "RFC 1776" → "RFC 1766"
Examples:
- ERC-721: new erc721_token_metadata.json with background_color
"111827", ontology IRIs as trait_type (lossless mapping)
- TZIP-21: update minter to did:ethr per EVES-008, migrate ontology
IRIs, update attribute URLs to current OMB release
- Manifest: fix @context to array-style, update gx namespace, fix
hasLicense structure per manifest SHACL
Closes #35
Signed-off-by: jdsika <carlo.van-driesten@vdl.digital>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 8500fe5 commit d2a1941
7 files changed
Lines changed: 483 additions & 86 deletions
File tree
- EVES/EVES-003
- erc721-schemas
- example
- tzip21-schemas
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
Lines changed: 209 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
0 commit comments