Skip to content

Commit

Permalink
Update erc-7603.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWilsn authored Aug 27, 2024
1 parent abc081a commit bac740a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ERCS/erc-7603.md
Original file line number Diff line number Diff line change
Expand Up @@ -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”.

Expand Down Expand Up @@ -144,15 +144,15 @@ interface IERC7603 /* is ERC165 */ {

## Rationale

TBD
TBD <!-- TODO -->

## Backwards Compatibility

The MultiAsset token standard has been made compatible with ERC-1155 in order to take advantage of the robust tooling available for implementations of ERC-1155 and to ensure compatibility with existing ERC-1155 infrastructure.

## Security Considerations

Needs discussion.
Needs discussion. <!-- TODO -->

## Copyright

Expand Down

0 comments on commit bac740a

Please sign in to comment.