flow-cli icon indicating copy to clipboard operation
flow-cli copied to clipboard

Create COA command needs `--signer` flag

Open sisyphusSmiling opened this issue 1 year ago • 0 comments

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

sisyphusSmiling avatar Feb 21 '24 19:02 sisyphusSmiling