Skip to content

Commit 977ddef

Browse files
committed
rename folder name, translate korean to english
1 parent 34f9291 commit 977ddef

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+308
-310
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
## 연세대 BAY X 알고랜드 개발자 세션 코딩 과제 제출
1+
## Decipher 2024 - Algorand Python Coding Challenge
22

3-
**문제 1-4 스마트 계약 출력된 콘솔 값 스크린샷**
3+
**Screenshot of your console after running the deploy command**
44

5-
<!-- algokit project deploy localnet을 실행하고 나온 콘솔 출력값을 스크린샷 찍어 올려주세요. -->
6-
7-
**해결하지 못한 문제가 있으신가요? 문제 번호와 에러 메세지를 알려주세요.**
8-
9-
<!-- 문제 번호와 에러 메세지 스크린샷을 올려주세요.-->
5+
<!-- Upload the screenshot of the console after running `algokit project deploy localnet`-->
106

117

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ cd [DIRECTORY_OF_YOUR_CHOICE]
4343
git clone [FORKED_REPO_URL]
4444
```
4545
3. VSCode에서 이 폴더를 열람해주세요.
46-
4. 열람 후 `bay-workshop-2024.code-workspace` 파일을 열람 후 `open workspace` 버튼을 눌러 workspace 모드를 실행시켜주세요.
47-
5. 이제 VSCode 터미널이 3개가 자동 생성될 것 입니다: `ROOT` `bay-workshop-2024` `coding-assignment`. 이 중 `ROOT` VSCode 터미널에서 `algokit project bootstrap all` 커맨드를 실행시켜 dependencies들을 설치해주세요. 이러면 모든 프로젝트 폴더의 dependencies들이 설치됩니다.
46+
4. 열람 후 `python-decipher2024.code-workspace` 파일을 열람 후 `open workspace` 버튼을 눌러 workspace 모드를 실행시켜주세요.
47+
5. 이제 VSCode 터미널이 3개가 자동 생성될 것 입니다: `ROOT` `python-decipher2024` `coding-assignment`. 이 중 `ROOT` VSCode 터미널에서 `algokit project bootstrap all` 커맨드를 실행시켜 dependencies들을 설치해주세요. 이러면 모든 프로젝트 폴더의 dependencies들이 설치됩니다.
4848
> 만약 3개의 터미널의 자동으로 열리지 않으면 새로운 터미널을 + 버튼을 눌러 만들고 `ROOT`를 선택하시면 됩니다.
4949
5050
```bash

projects/bay-workshop-2024/smart_contracts/artifacts/personal_bank/PersonalBank.arc32.json

-92
This file was deleted.

projects/coding-assignment/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ git clone [FORKED_REPO_URL]
4747
```
4848

4949
3. VSCode에서 이 폴더를 열람해주세요.
50-
4. 열람 후 `bay-workshop-2024.code-workspace` 파일을 열람 후 `open workspace` 버튼을 눌러 workspace 모드를 실행시켜주세요.
51-
5. 이제 VSCode 터미널이 3개가 자동 생성될 것 입니다: `ROOT` `bay-workshop-2024` `coding-assignment`. 이 중 `ROOT` VSCode 터미널에서 `algokit project bootstrap all` 커맨드를 실행시켜 dependencies들을 설치해주세요. 이러면 모든 프로젝트 폴더의 dependencies들이 설치됩니다.
50+
4. 열람 후 `python-decipher2024.code-workspace` 파일을 열람 후 `open workspace` 버튼을 눌러 workspace 모드를 실행시켜주세요.
51+
5. 이제 VSCode 터미널이 3개가 자동 생성될 것 입니다: `ROOT` `python-decipher2024` `coding-assignment`. 이 중 `ROOT` VSCode 터미널에서 `algokit project bootstrap all` 커맨드를 실행시켜 dependencies들을 설치해주세요. 이러면 모든 프로젝트 폴더의 dependencies들이 설치됩니다.
5252
> 만약 3개의 터미널의 자동으로 열리지 않으면 새로운 터미널을 + 버튼을 눌러 만들고 `ROOT`를 선택하시면 됩니다.
5353
5454
```bash

0 commit comments

Comments
 (0)