Skip to content

Commit

Permalink
Add: Gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasgarcia214 committed Jun 29, 2022
1 parent e512d19 commit e9c6bc3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM gitpod/workspace-full

RUN curl -L https://foundry.paradigm.xyz | bash
7 changes: 7 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
image:
file: .gitpod.Dockerfile
tasks:
- name: ⚒️ FOUNDRY & DEPENDENCIES INSTALLATION ⚒️
command: |
foundryup
forge install
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e9c6bc3

Please sign in to comment.