From bac740aab0d402992af6193bf582acc032ba9884 Mon Sep 17 00:00:00 2001 From: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> Date: Mon, 26 Aug 2024 20:47:38 -0400 Subject: [PATCH] Update erc-7603.md --- ERCS/erc-7603.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ERCS/erc-7603.md b/ERCS/erc-7603.md index 832da3cb2f..1c705bc133 100644 --- a/ERCS/erc-7603.md +++ b/ERCS/erc-7603.md @@ -13,9 +13,9 @@ requires: 165, 1155 ## Abstract -The Multi-Asset Token standard, compatible with [ERC-1155](./erc-1155.md), facilitates the development of a new fundamental component: the context-dependent data output for each collection. +The Multi-Asset Token standard, compatible with [ERC-1155](./eip-1155.md), facilitates the development of a new fundamental component: the context-dependent data output for each collection. -The context-dependent data output means that the asset is displayed in an appropriate format based on how the token is accessed. I.e., if the token is being opened in an e-book reader, the PDF asset is displayed; if the token is opened in the marketplace, the PNG or the SVG asset is displayed; if the token is accessed from within a game, the 3D model asset is accessed, and if the token is accessed by the (Internet of Things) IoT hub, the asset providing the necessary addressing and specification information is accessed. +The context-dependent data output means that the asset is displayed in an appropriate format based on how the token is accessed. I.e., if the token is being opened in an e-book reader, the PDF asset is displayed; if the token is opened in the marketplace, the PNG or the SVG asset is displayed; if the token is accessed from within a game, the 3D model asset is accessed, and if the token is accessed by an Internet of Things (IoT) hub, the asset providing the necessary addressing and specification information is accessed. A Token Collection can have multiple assets (outputs), which can be any file to order them by priority. They do not have to match in mime-type or tokenURI, nor do they depend on one another. Assets are not standalone entities but should be considered “namespaced tokenURIs”. @@ -144,7 +144,7 @@ interface IERC7603 /* is ERC165 */ { ## Rationale -TBD +TBD ## Backwards Compatibility @@ -152,7 +152,7 @@ The MultiAsset token standard has been made compatible with ERC-1155 in order to ## Security Considerations -Needs discussion. +Needs discussion. ## Copyright