Skip to content

Commit 7e6f01c

Browse files
committed
readme updated
1 parent 5d1cb59 commit 7e6f01c

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,9 @@ Now you are ready to fix the bug!
102102
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).
103103
3. Go to `smart_contracts/asa_vault/contract.py` and to see the source code of the ASA vault smart contract.
104104
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:
107108
```bash
108109
algokit project run build
109110
algokit project deploy localnet

projects/challenge/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,9 @@ Now you are ready to fix the bug!
102102
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).
103103
3. Go to `smart_contracts/asa_vault/contract.py` and to see the source code of the ASA vault smart contract.
104104
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:
107108
```bash
108109
algokit project run build
109110
algokit project deploy localnet

0 commit comments

Comments
 (0)