Off-chain assets, as the name implies, lives on an off-chain database and ownership is managed by the creator.
Property | Description | Example |
---|---|---|
Creator ID | Randomly generated UUID for the creator. This will be provided to you and only you will be able access it. | 40877d72-9957-4de7-af77-1ee9f54a529e |
Creator Collection ID | A creatorβs collection ID. This should be unique for each creator. It can be any string. | 12 | pb_1232124 | bedde205-5af2-423b-9092-088c8951a2ea |
Token ID (optional) | The token ID is for uniquely identifying NFT assets in a collection. It will be empty if it is SFT (ERC1155 equivalent). This can be any string (like a UUID), however, it is best practice to stick to a number. | 4637 | 61d21cf3-6e0d-4b9d-a2c8-55583eb81a84 |
Asset ID | This is the combination of creatorAddress ,creatorCollectionId & tokenId . SFT assets will not have a Token ID. | 40877d72-9957-4de7-af77-1ee9f54a529e:12:4637 |
did:fv-asset
DID method directly with the already globally unique Asset ID.
did:fv-asset:off-chain:40877d72-9957-4de7-af77-1ee9f54a529e:12:4637
off-chain:{creatorId}:{creatorCollectionId}:{tokenId}
For example: off-chain:40877d72-9957-4de7-af77-1ee9f54a529e:12:4637
off-chain:{creatorId}:{creatorCollectionId}
For example: off-chain:40877d72-9957-4de7-af77-1ee9f54a529e:12