Hi,
I am trying to deploy the TopShot contract and would like to ask a question at this instruction
- In
NonFungibleToken.cdc, click thedeploy contract to accountto deploy it.
When I open VS code, there is no deploy contract to account instruction next to pub contract interface NonFungibleToken and I am guessing it is because NonFungibleToken is an interface.
On the bottom of the NonFungibleToken.cdc it has pub contract Dummy {} which I can deploy but I donβt think it does anything.