You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,8 +102,9 @@ Now you are ready to fix the bug!
102
102
1. Open Docker Desktop and launch Algorand localnet by running `algokit localnet start` in your terminal [For more info click me!](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/features/localnet.md#creating--starting-the-localnet).
103
103
3. Go to `smart_contracts/asa_vault/contract.py` and to see the source code of the ASA vault smart contract.
104
104
4. Compile the contract with `algokit project run build` and then try running the test script with `algokit project deploy localnet`. It will fail.
105
-
5. Read the error, figure out what is wrong and fix the bug! The bug is inside of the ASA Vault contract. There is nothing wrong with the deploy script inside of `smart_contracts/asa_vault/deploy_config.py`
106
-
6. After fixing the bug, build and run the deploy script again with the below command:
105
+
5. Go to `smart_contracts/asa_vault/deploy_config.py` to understand the deployment / test script.
106
+
6. Read the error, figure out what is wrong and fix the bug! The bug is inside of the ASA Vault contract. There is nothing wrong with the deploy script inside of `smart_contracts/asa_vault/deploy_config.py`
107
+
7. After fixing the bug, build and run the deploy script again with the below command:
Copy file name to clipboardExpand all lines: projects/challenge/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,8 +102,9 @@ Now you are ready to fix the bug!
102
102
1. Open Docker Desktop and launch Algorand localnet by running `algokit localnet start` in your terminal [For more info click me!](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/features/localnet.md#creating--starting-the-localnet).
103
103
3. Go to `smart_contracts/asa_vault/contract.py` and to see the source code of the ASA vault smart contract.
104
104
4. Compile the contract with `algokit project run build` and then try running the test script with `algokit project deploy localnet`. It will fail.
105
-
5. Read the error, figure out what is wrong and fix the bug! The bug is inside of the ASA Vault contract. There is nothing wrong with the deploy script inside of `smart_contracts/asa_vault/deploy_config.py`
106
-
6. After fixing the bug, build and run the deploy script again with the below command:
105
+
5. Go to `smart_contracts/asa_vault/deploy_config.py` to understand the deployment / test script.
106
+
6. Read the error, figure out what is wrong and fix the bug! The bug is inside of the ASA Vault contract. There is nothing wrong with the deploy script inside of `smart_contracts/asa_vault/deploy_config.py`
107
+
7. After fixing the bug, build and run the deploy script again with the below command:
0 commit comments