Getting Started
Installation
Follow these steps to install the Flow CLI on macOS, Linux, and Windows.
Create your first project
With the Flow CLI super commands, initiating your new project becomes effortless. Execute the flow setup command and make a selection from a variety of accessible scaffolds:
After you have created your new project you can proceed writing contracts and by running dev
command the CLI will make sure they are deployed to the Flow emulator for you. Flow emulator is
a simplified version of Flow network you can use locally to develop.
So proceed by starting the emulator:
Once you've established your new project, you can begin writing your own Cadence contracts.
By utilizing the flow dev
command, the CLI will take care of deploying them to
the Flow emulator on your behalf. The Flow emulator serves as a simple version of the Flow network,
enabling you to carry out local development.
Start the emulator by running:
And then the flow dev:
Next steps
As part of the next steps you can read more about flow dev command.