Skip to content

Commit 09b8594

Browse files
committed
remove mention of decipher
1 parent aea637e commit 09b8594

8 files changed

+7
-8
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Decipher 2024 - Algorand Python Coding Challenge
1+
## Algorand Python Coding Assignment Submission
22

33
**Screenshot of your console after running the deploy command**
44

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ git clone [FORKED_REPO_URL]
5454
```
5555

5656
1. Open this project in VSCode
57-
2. Open the file named `python-decipher2024.code-workspace` and press the `open workspace` button to activate workspace mode.
57+
2. Open the file named `algorand-python-coding-assignment.code-workspace` and press the `open workspace` button to activate workspace mode.
5858
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:
5959

6060
```bash

projects/coding-assignment/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ git clone [FORKED_REPO_URL]
5454
```
5555

5656
1. Open this project in VSCode
57-
2. Open the file named `python-decipher2024.code-workspace` and press the `open workspace` button to activate workspace mode.
57+
2. Open the file named `algorand-python-coding-assignment.code-workspace` and press the `open workspace` button to activate workspace mode.
5858
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:
5959

6060
```bash

projects/python-demo/.algokit.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ path = ".algokit/generators/create_contract"
77

88
[project]
99
type = 'contract'
10-
name = 'python-decipher2024'
10+
name = 'algorand-python-coding-assignment'
1111
artifacts = 'smart_contracts/artifacts'
1212

1313
[project.deploy]

projects/python-demo/.copier-answers.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ author_name: iskysun96
66
contract_name: nft_marketplace
77
deployment_language: typescript
88
preset_name: starter
9-
project_name: python-decipher2024
10-
9+
project_name: algorand-python-coding-assignment

projects/python-demo/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# python-decipher2024
1+
# algorand-python-coding-assignment
22

33
This project has been generated using AlgoKit. See below for default getting started instructions.
44

projects/python-demo/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "python-decipher2024"
2+
name = "algorand-python-coding-assignment"
33
version = "0.1.0"
44
description = "Algorand smart contracts"
55
authors = ["iskysun96 <[email protected]>"]

0 commit comments

Comments
 (0)