From 69ab0d428f29376fe9e1702ee20b436b47b99255 Mon Sep 17 00:00:00 2001 From: Ignacio Mazzara Date: Tue, 26 Jul 2022 16:35:04 -0300 Subject: [PATCH] feat: add EVM restriccion --- _posts/wearables/2022-04-05-linked-wearables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/wearables/2022-04-05-linked-wearables.md b/_posts/wearables/2022-04-05-linked-wearables.md index 790818b1..bd61ac58 100644 --- a/_posts/wearables/2022-04-05-linked-wearables.md +++ b/_posts/wearables/2022-04-05-linked-wearables.md @@ -673,7 +673,7 @@ const data = filter.bitvector.toString("hex") The examples provided above on how to build the API are just examples, it's not required to follow them. The implementations of the API can vary completely, for example, the information can be retrieved from different sources (an indexer like [TheGraph](https://thegraph.com/), a Database previously populated or multiple indexers or contracts) and a NFT can be mapped to multiple decentraland wearables instead of having a 1:1 mapping with the NFTs. -Note that the URNs in the examples use `matic` for the protocol. This means that the third party registry smart contract has been deployed in the Matic network **BUT** it is not related to or limiting where your project can be created. Every urn for linked wearables items will use `matic` as the protocol. Remember that linked wearables work for any NFT project created at any network (Ethereum, Polygon, Binance, etc). So, if your project has been created in Ethereum, the urn of the item will have `matic` in the protocol and it is ok. +Note that the URNs in the examples use `matic` for the protocol. This means that the third party registry smart contract has been deployed in the Matic network **BUT** it is not related to or limiting where your project can be created. Every urn for linked wearables items will use `matic` as the protocol. Remember that linked wearables work for any NFT project created at any EVM compatible network (Ethereum, Polygon, Binance Smart Chain, etc). So, if your project has been created in Ethereum, the urn of the item will have `matic` in the protocol and it is ok. The purpose of the API is to map an owner of an NFT with a wearable (or multiple wearables) submitted to Decentraland and this mapping is done through the ID or URN of the wearable which can be found on each item detail page: