I am practicing the smart contract and NFT looks interested to me.
ERC721 written in Vyper
What is the mechanic of approve in it?
What is isApprovedForAll does?
IMO. I don't need to use approve method. I just use transferFrom() is enough.
Correct me if I am wrong