Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasMaselli committed May 8, 2024
1 parent 28d11cf commit bc440a6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CIP-0068/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ extra = plutus_data
datum = #6.121([metadata, version, extra])
version = 1 / 2
version = 1 / 2 / 3
```

Example datum as JSON:
Expand Down Expand Up @@ -316,7 +316,7 @@ extra = plutus_data
datum = #6.121([metadata, version, extra])
version = 1 / 2
version = 1 / 2 / 3
```

Example datum as JSON:
Expand Down Expand Up @@ -442,7 +442,7 @@ extra = plutus_data
datum = #6.121([metadata, version, extra])
version = 2
version = 3
```

Example datum as JSON:
Expand Down Expand Up @@ -573,6 +573,10 @@ versions of the affected tokens. `asset_name_labels` **MUST** only be marked obs

- Added new RFT asset class (444)

#### version 3

- Added plutus data array support to the image and src tags on the metadata

## Rationale: how does this CIP achieve its goals?

Without separation of `reference NFT` and `user token` you lose all flexibility and moving the `user token` would be
Expand Down

0 comments on commit bc440a6

Please sign in to comment.