Continuing the discussion from Where is ERC20Mintable.sol in OpenZeppelin Contracts 3.0?:
Hi guys,
so what is the way to mint my ERC20 tokens through some other smart contract now?
Let's say I have two separate contracts: ERC20 and ERC721, and I want to mint ERC20 tokens in my ERC721 smart contract.