CLI for building, testing, and deploying Flow blockchain applications
Command-line interface that provides utilities for building Flow applications
flow
$ flow init
$ flow accounts add-contract MyContract ./contracts/MyContract.cdc
$ flow test