diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile new file mode 100644 index 0000000..231a847 --- /dev/null +++ b/.gitpod.Dockerfile @@ -0,0 +1,8 @@ +FROM gitpod/workspace-full:2023-05-08-21-16-55 + +# Install pipx +RUN pip install pipx +RUN pipx ensurepath + +# Install algokit +RUN pipx install algokit \ No newline at end of file diff --git a/.gitpod.yml b/.gitpod.yml index 4c34ecf..96066da 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,11 +1,15 @@ +image: + file: .gitpod.Dockerfile tasks: - - name: algokit localnet - command: gp sync-await algokit-install && algokit localnet start && exit - - name: install algokit - init: > - pip install pipx && - pipx install git+https://github.com/joe-p/algokit-cli.git@fb32942 && - gp sync-done algokit-install && + - name: start localnet + command: > + gp sync-await algokit-upgrade && + algokit localnet start && + exit + - name: upgrade algokit + command: > + pipx upgrade algokit && + gp sync-done algokit-upgrade && exit vscode: extensions: @@ -33,4 +37,4 @@ ports: - name: webpack port: 8080 visibility: public - onOpen: ignore \ No newline at end of file + onOpen: ignore diff --git a/beginner-es/README.md b/beginner-es/README.md index 61714d9..fea14c6 100644 --- a/beginner-es/README.md +++ b/beginner-es/README.md @@ -17,4 +17,4 @@ Si deseas configurar todo tu entorno, puedes encontrar un video completo en espa - Sesión 1: Transacciones con el SDK - [https://youtu.be/IMHmMSN-coo](https://youtu.be/IMHmMSN-coo) - Sesión 2: Smart Contracts con Beaker y PyTEAL - [https://youtu.be/YRsllJiSR1c](https://youtu.be/YRsllJiSR1c) - Sesión 3: Creación de smart contract de subasta - [https://youtu.be/sNQUFVjOx1E](https://youtu.be/sNQUFVjOx1E) -- Sesión 4: Creación de cliente web - [https://youtu.be/JdZ9_EwzPok] (https://youtu.be/JdZ9_EwzPok) \ No newline at end of file +- Sesión 4: Creación de cliente web - [https://youtu.be/JdZ9_EwzPok](https://youtu.be/JdZ9_EwzPok)