I am trying to create a smart contract for renting things [any items ] I want the items to be an ERC 721 token . From what I read ,to implement ERC 721 tokens I need implement the ERC721 class from the open zepplin library.
So the token contract will have things like tokenId ,should I just use my carId instead ,because I want Each token to represent a car.