-
Create NFTs
- {#if userAddress}
-
-
- Your NFTs:
- {#if nftStorage}
- [ {#each userNfts.reverse() as nft, index}
-
- {nft.tokenId}
-
- {#if index < userNfts.length - 1}
-
,
- {/if}
- {/each} ]
- {/if}
-
-
-
-
- {#if newNft}
-
Your NFT has been successfully minted!
-
-
-
-
-
-
- {:else}
-
-
Select your picture
-
-
-
-
-
-
-
-
-
-
- {#if pinningMetadata}
-
- {:else if mintingToken}
-
- {:else}
-
- {/if}
-
- {/if}
- {:else}
-
Create an NFT with your pictures
-
- {/if}
-
-