Skip to content

Commit 9df55cc

Browse files
authored
Update README.md
1 parent 2f74ccb commit 9df55cc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@ Getting started can feel overwhelming, but we are here for you. Depending on how
1111

1212
### 📦 Project Structure
1313
Your project comes with some standard folders which have a special purpose:
14+
- `/cadence` inside here is where your Cadence smart contracts code lives
15+
- `/web` put your web client if needed inside this folder, remove if not needed
16+
- `/api` put your backend code if needed inside this folder, remove if not needed
17+
- `flow.json` configuration file for your project, you can think of it as package.json, but you don't need to worry, flow dev command will configure it for you
1418

19+
Inside `cadence` folder you will find:
1520
- `/contracts` location for Cadence contracts go in this folder
1621
- `/scripts` location for Cadence scripts goes here
1722
- `/transactions` location for Cadence transactions goes in this folder
18-
- `/tests` all the integration tests for your dapp and Cadence tests go into this folder.
19-
- `flow.json` configuration file for your project, you can think of it as package.json, but you don't need to worry, flow dev command will configure it for you
23+
- `/tests` all the integration tests for your dapp and Cadence tests go into this folder
2024

2125

2226
### 👨‍💻 Start Developing

0 commit comments

Comments
 (0)