Skip to content

Commit bda676d

Browse files
committed
Explain flow.json more
1 parent 59336a3 commit bda676d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/build/getting-started/flow-cli.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ You'll also be asked if you'd like to install any core contracts (such as `Fungi
6363

6464
The `init` command will create a new directory with the project name and the following files:
6565

66-
- `flow.json`: This file contains the configuration for your project.
66+
- `flow.json`: This file contains the configuration for your project, including accounts, contracts, deployments, and network settings. It's the central configuration file that the Flow CLI uses to understand your project structure and deployment targets.
6767
- `emulator-account.pkey`: This file contains the private key for the default emulator account.
68-
- `flow.json`: This file contains the configuration for your project.
6968
- `cadence/`: This directory contains your Cadence code. Inside there are subdirectories for contracts, scripts, transactions, and tests.
7069

7170
Inside the `cadence/contracts` directory, you'll find a `Counter.cdc` file. This is the same as the `Counter` contract in the previous step.

0 commit comments

Comments
 (0)