Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit e916a03

Browse files
authored
beninner-en 2023-09-04
1 parent 8b4efd1 commit e916a03

File tree

292 files changed

+6
-74618
lines changed

Some content is hidden

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

292 files changed

+6
-74618
lines changed

.gitpod.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM gitpod/workspace-full:2023-05-08-21-16-55
1+
FROM gitpod/workspace-full:2023-08-29-11-00-25
22

33
# Install pipx
44
RUN pip install pipx
55
RUN pipx ensurepath
66

77
# Install algokit
8-
RUN pipx install algokit==1.3.0
8+
RUN pipx install algokit==1.4.1

beginner-en/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Get started working on this repo in Gitpod without needing to setup local enviro
77
https://gitpod.io/#https://github.com/algorand-devrel/bootcamp
88

99
## Video Recordings
10-
- Episode #1 [Developer Onboarding using JS SDK & AlgoKit](https://youtu.be/hIMdJzVs4gg)
11-
- Episode #2 [Build & Deploy: Auction dApp](https://youtu.be/foTbYZhXvqA)
12-
- Episode #3 [Interactions: Frontend Development w/ React](https://youtu.be/NEnVNqqt-80)
13-
- Episode #4 [Test & Debug](https://www.youtube.com/watch?v=Gq1Xc6m_eY4)
10+
- Episode #1 [Developer Onboarding using Python SDK & AlgoKit]
11+
- Episode #2 [Build & Deploy: Auction dApp]
12+
- Episode #3 [Interactions: Frontend Development w/ React]
13+
- Episode #4 [Test & Debug]

beginner-en/session_1/intro-to-algorand/.eslintrc.js

-19
This file was deleted.

beginner-en/session_1/intro-to-algorand/README.md

-11
This file was deleted.

beginner-en/session_1/intro-to-algorand/index.ts

-132
This file was deleted.

0 commit comments

Comments
 (0)