Skip to content

Commit

Permalink
Fix contract file link
Browse files Browse the repository at this point in the history
  • Loading branch information
bartolomej authored and joshuahannan committed Jan 3, 2024
1 parent d323813 commit 500dc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ fungible token switchboard instead.

## Contract metadata

Now that contract borrowing is released, you can also implement the [Resolver](./contracts/Resolver.cdc) interface on your contract
Now that contract borrowing is released, you can also implement the [ViewResolver](./contracts/ViewResolver.cdc) interface on your contract
and resolve views from there. As an example, you might want to allow your contract to resolve NFTCollectionData and NFTCollectionDisplay
so that platforms do not need to find an NFT that belongs to your contract to get information about how to set up or show your collection.

Expand Down

0 comments on commit 500dc35

Please sign in to comment.