From bbe61d172608369e315a207405676e1be7e5d0e9 Mon Sep 17 00:00:00 2001 From: Lea Lobanov Date: Wed, 11 Dec 2024 15:39:54 +0400 Subject: [PATCH] Add links for examples --- explanations/contract.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explanations/contract.txt b/explanations/contract.txt index fc7dd04..181c507 100644 --- a/explanations/contract.txt +++ b/explanations/contract.txt @@ -1,3 +1,3 @@ The Recipe contract facilitates the minting of NFTs by leveraging the NFTMinter resource from the ExampleNFT contract, which implements the Flow NFT standard. To use the Recipe contract, the ExampleNFT contract must define an NFT resource with metadata like name, description, and thumbnail, and the recipient account must have a linked collection capable of receiving and storing NFTs. The contract uses the NFTMinter resource to create new tokens and deposits them directly into the recipient's collection. -To see how to link a Collection Interface to an account, check out the linking collections example. \ No newline at end of file +To see how to link a Collection Interface to an account, check out the linking collections example: https://github.com/onflow/collection-for-holding-nfts. \ No newline at end of file