Skip to content

Commit

Permalink
chore: remove lib reference
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jan 1, 2024
1 parent fac672d commit 2096bb6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/contracts/v2/guides/01-local-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,15 @@ Once the initialization completes, take a look around at what got set up:

```tree
├── foundry.toml
├── lib
├── script
├── src
└── test
```

The folder structure should be intuitive:

- `src` is where youll write Solidity contracts
- `test` is where youll write tests (also in Solidity)
- `src` is where you'll write Solidity contracts
- `test` is where you'll write tests (also in Solidity)
- `script` is where you'll write scripts to perform actions like deploying contracts (you guessed it, in Solidity)
- `foundry.toml` is where you can configure your Foundry settings, which we will leave as is in this guide

Expand Down

0 comments on commit 2096bb6

Please sign in to comment.