Deploying TopShotNFT

Hi,
I am trying to deploy the TopShot contract and would like to ask a question at this instruction

  • In NonFungibleToken.cdc , click the deploy contract to account to 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.

@makoto When you deploy the Dummy contract, it also deploys the NonFungibleToken interface since it is in the same file. We still need to add the ability to deploy interfaces on their own for the vscode extension.

1 Like