-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c827cb1
commit bbe61d1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
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. |