Time to read: 1 min
Smart Contract
Folder Structure
Let’s view the file structure for a default foundry project:
$ cd hello_foundry
$ tree . -d -L 1
.
├── lib
├── script
├── src
└── test
4 directories
Let’s view the file structure for a default foundry project:
$ cd hello_foundry
$ tree . -d -L 1
.
├── lib
├── script
├── src
└── test
4 directories