flow-cli
flow-cli copied to clipboard
Create COA command needs `--signer` flag
Problem
Currently, flow evm create-account only enables creation of a COA in emulator-account. This is a problem for developers who want to easily create COAs in other accounts.
Steps to Reproduce
With flow emulator --evm-enabled, run flow evm create-account 10.0. See that signer or account cannot be specified and can only be run by the default emulator-account
Acceptance Criteria
CLI enables COA creation across networks allowing signers or accounts to be specified.
Context
EVM tooling efforts