diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile new file mode 100644 index 0000000..8afe69d --- /dev/null +++ b/.gitpod.Dockerfile @@ -0,0 +1,3 @@ +FROM gitpod/workspace-full + +RUN curl -L https://foundry.paradigm.xyz | bash \ No newline at end of file diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..e9ea19b --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,7 @@ +image: + file: .gitpod.Dockerfile +tasks: + - name: ⚒️ FOUNDRY & DEPENDENCIES INSTALLATION ⚒️ + command: | + foundryup + forge install diff --git a/README.md b/README.md index 37d2704..471d840 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Damn Vulnerable DeFi - Foundry Version ⚒️ +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/nicolasgarcia214/damn-vulnerable-defi-foundry) + ![Github Actions][gha-badge] [![Telegram Support][tg-support-badge]][tg-support-url] [gha-badge]: https://img.shields.io/github/workflow/status/nicolasgarcia214/damn-vulnerable-defi-foundry/CI