Skip to content

Commit

Permalink
Added clear build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
forefy committed Mar 5, 2024
1 parent f76bbad commit b7a0314
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@ An intentionally vulnerable Foundry project.
```bash
tree
.
├── foundry.toml # Contract's root
├── foundry.toml # Contract's root
├── src/
│   └── unchecked_chainlink_oracle_price.sol # Vulnerable contract
```
## Usage

### Build
### Install dependencies
```bash
forge install smartcontractkit/chainlink --no-commit
```

Download chainlink dependencies to build.
### Build

```bash
forge build
Expand Down

0 comments on commit b7a0314

Please sign in to comment.