From 3b8c6436fc1dfa24edcf842eebe8def6deb4090a Mon Sep 17 00:00:00 2001 From: Cristian Paris Date: Wed, 13 Nov 2024 23:00:50 +0200 Subject: [PATCH] Add further details regarding the completion of tasks --- assignments/assignment1.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assignments/assignment1.md b/assignments/assignment1.md index 0e9d5c52..a1f6ff6c 100644 --- a/assignments/assignment1.md +++ b/assignments/assignment1.md @@ -82,6 +82,10 @@ attributes as the BPDA-NFT, otherwise the SC will tell you that the NFT's do not You can also deploy the homework's SC for local testing. +### How do I know if I have successfully finished the homework? + +The homework is done if, at the end of the aforementioned flow, you have a **BPDA-TRADING-CARD** NFT in your MultiversX wallet. Any further attempts to call the functions `getYourNftCardProperties` or `exchangeNFT` will result in a SC error with the following message: **Congratulations! You already finished the homework!**. + ### 3. Frontend Application (BONUS 1) Develop a simple front-end (React or other frameworks) that allows users to interact with the smart contract through a web interface.