rmrk-team / rmrk-spec

The RMRK NFT Specification
GNU General Public License v3.0
94 stars 35 forks source link

RIP-001: Block-ID pair #2

Closed Swader closed 3 years ago

Swader commented 3 years ago

RIP Summary

Due to the ability to easily mint an NFT with an ID that's already been used, this might confuse wallets that rely only on IDs. Therefore, the canonical way to address NFTs should actually be blocknumber-ID. This can be a computed propery, i.e., you do not need to register that ID in the NFT, instead, you refer to an NFT of ID X by a combination of blocknumber and ID X.

RIP Details

n/a

Prior work (optional)

n/a

Swader commented 3 years ago

Closed in #7