Skip to content

Commit

Permalink
remove mention of decipher
Browse files Browse the repository at this point in the history
  • Loading branch information
iskysun96 committed Jun 22, 2024
1 parent aea637e commit 09b8594
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Decipher 2024 - Algorand Python Coding Challenge
## Algorand Python Coding Assignment Submission

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ git clone [FORKED_REPO_URL]
```

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

```bash
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion projects/coding-assignment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ git clone [FORKED_REPO_URL]
```

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

```bash
Expand Down
2 changes: 1 addition & 1 deletion projects/python-demo/.algokit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ path = ".algokit/generators/create_contract"

[project]
type = 'contract'
name = 'python-decipher2024'
name = 'algorand-python-coding-assignment'
artifacts = 'smart_contracts/artifacts'

[project.deploy]
Expand Down
3 changes: 1 addition & 2 deletions projects/python-demo/.copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ author_name: iskysun96
contract_name: nft_marketplace
deployment_language: typescript
preset_name: starter
project_name: python-decipher2024

project_name: algorand-python-coding-assignment
2 changes: 1 addition & 1 deletion projects/python-demo/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# python-decipher2024
# algorand-python-coding-assignment

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

Expand Down
2 changes: 1 addition & 1 deletion projects/python-demo/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "python-decipher2024"
name = "algorand-python-coding-assignment"
version = "0.1.0"
description = "Algorand smart contracts"
authors = ["iskysun96 <[email protected]>"]
Expand Down

0 comments on commit 09b8594

Please sign in to comment.