+ Please connect your wallet to interact with the contract. +
+ ) + } + + return ( +Your Fandom Token Balance:
+ {isBalanceLoading ? ( + Loading... + ) : ( + + {balance?.toString() ?? '0'} + + )} ++ Transaction Hash: {`${hash.slice(0, 6)}...${hash.slice(-4)}`} +
+ )} + {minted && ( +Minted Successfully!
+ )} ++ Note: This interacts with a dummy contract address. The transaction will + be sent but is expected to fail on-chain. This demo is to verify the + frontend flow. +
++ You and {matchedUser.name} both love{' '} + + {compatibilityDetails.artist.overlap[0]} + + ! +
++ Mint a unique, non-transferable Soulbound Token (SBT) on the Flare + network to commemorate this connection forever. +
+ ++ Tx Hash: {`${hash.slice(0, 8)}...`} +
+ )} + {error && ( ++ Error: {error.shortMessage} +
+ )} + + +