How to make an NFT with ERC20 token purchase capabilities?

Hi everyone,
A client just asked me to write an NFT for a videogame they’re developing but with an interesting spin: they want users to be able to purchase the NFT with the videogame in-game token, which hasn’t been developed yet.
Is it possible to set the NFT such that it can be purchased in the future with an ERC20 token? If so, how?
Thanks!

1 Like

Hey @anorax, hope you are well.

You should check our Ethereum Dapp Programming course which explain how to create the frontend for a dapp and also explain and teach the fundamentals for a NFT (ERC721) smart contract.

Carlos Z