Hello, quick question. I want my platform to allow NFT owners to be able to reward their fans just like Moralis rewards the winner of the weekly challenge with a unique NFT. I have one question though.
Is there a difference on the code on the smart contract or anywhere on the blockchain between Buying an NFT and Transferring one?
Itโs technically the same for a smart contract right? An NFT is moving from 1 address to another as per the smart contract. The money exchanging hands component is just something we are building on top of it, off the chain, to allow people to make money. Correct?
The Moralis Transfer NFT API is technically the same as anyone else buying an NFT but without the money part. Can you confirm if my understanding is correct?