Mint for ERC721 on Remix

Alberto asked on Telegram:

I've created the ERC721Full token with OpenZeppelin's libraries, and when I deploy it on Remix, it doesn't appear the mint function to create the tokens so the totalSupply is 0 and always 0 because I can't mint tokens, any suggestion?

Answered by vikival:

You have to create your own token which extends ERC721Full and in your token create a function which call mint

A simple ERC721 for experimenting with Remix: