Skip to content

Commit 7fff017

Browse files
authored
Update README.md
1 parent 9060fb4 commit 7fff017

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## 🚩 Let's build an NFT marketplace with Algorand Python!
44

5-
Welcome to your first step to become a master in Algorand Python!
5+
Welcome to your first step to becoming a master in Algorand Python!
66

7-
In this AlgoKit workspace, there are 2 sub projects:
7+
In this AlgoKit workspace, there are 2 sub-projects:
88

99
- `python-demo`
1010
- `coding-assignment`
@@ -22,9 +22,9 @@ lifecycle of this app:
2222
1. The seller deploys the smart contract.
2323
2. The seller calls the bootstrap method to set the asset ID for sale, unitary price, and opt the contract into the ASA.
2424
3. The buyer calls the buy method to buy the ASA.
25-
4. The seller calls the withdraw_and_delete method to withdraw remaining ASA, profits, and then delete the smart contract.
25+
4. The seller calls the withdraw_and_delete method to withdraw the remaining ASA and profits, and then delete the smart contract.
2626

27-
The coding assignment consist of 4 questions and for each question you can implement your code where it says `Write code here`
27+
The coding assignment consists of 4 questions and for each question you can implement your code where it says `Write code here`
2828

2929
> Please carefully read and follow the checkpoints below to properly complete the coding assignment!
3030
@@ -55,7 +55,7 @@ git clone [FORKED_REPO_URL]
5555

5656
1. Open this project in VSCode
5757
2. Open the file named `algorand-python-coding-assignment.code-workspace` and press the `open workspace` button to activate workspace mode.
58-
3. 3 VSCode terminal will be auto created: `ROOT` `python-demo` `coding-assignment`. Now go to the `ROOT` VSCode terminal and run the following command to install dependencies required for both sub projects:
58+
3. 3 VSCode terminal will be auto-created: `ROOT` `python-demo` `coding-assignment`. Now go to the `ROOT` VSCode terminal and run the following command to install the dependencies required for both sub-projects:
5959

6060
```bash
6161
algokit project bootstrap all
@@ -89,11 +89,11 @@ https://github.com/algorand-fix-the-bug-campaign/challenge-1/assets/52557585/acd
8989

9090
## Checkpoint 3: 📝 Solve the problems!
9191

92-
This coding assignment consist of **4 problems** in total. Follow the instructions below!
92+
This coding assignment consists of **4 problems** in total. Follow the instructions below!
9393

9494
### Launch localnet
9595

96-
1. **_Open Docker Desktop first_** and then run the following command in your terminal to launch the local network. [Click me for more information of localnet!](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/features/localnet.md#creating--starting-the-localnet)
96+
1. **_Open Docker Desktop first_** and then run the following command in your terminal to launch the local network. [Click me for more information on localnet!](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/features/localnet.md#creating--starting-the-localnet)
9797

9898
```bash
9999
algokit localnet start
@@ -124,11 +124,11 @@ algokit project deploy localnet
124124
> `deploy-config.ts` contains a script written with [AlgoKit Utils TypeScript](https://github.com/algorandfoundation/algokit-utils-ts/tree/main) that goes through the entire lifecycle of the nft marketplace contract by simulating a scenario where Taylor Swift concert ticket is being sold. Feel free to check out the code!
125125
126126
If you see something similar in your console, you have successfully solved all 4 questions! 👏👏 Congratulations!
127-
<img width="940" alt="image" src="https://github.com/algorand-devrel/algorand-python-coding-assignment/assets/52557585/d1bf6557-4d2d-4d11-8776-47940761e98a">
127+
<img width="940" alt="image" src="https://github.com/algorand-devrel/algorand-python-coding-assignment/assets/52557585/f55a445f-7029-4e35-a07a-cca1bd9d07b0">
128128

129129
## Checkpoint 4: 💯 How to submit your work
130130

131-
lets submit your code so that the world knows you are now an Algorand Python developer!
131+
let's submit your code so the world knows you are now an Algorand Python developer!
132132

133133
1. Push your code to the forked Github repo. [Then create a PR to the original repository.](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork)
134134
2. Follow the Pull Request template and attach the log of your console after running `algokit project deploy localnet`

0 commit comments

Comments
 (0)