flow-cli
flow-cli copied to clipboard
Deploy does not work with simple addresses
Instructions
flow emulator --simple-addresses
flow deploy
Failed to deploy contract NonFungibleToken: failed to deploy contract NonFungibleToken: failed to get account with address f8d6e0586b0a20c7: client: rpc error: code = InvalidArgument desc = address f8d6e0586b0a20c7 is invalid for chain flow-emulator-monotonic
Problem
<what is the problem you've encountered?>
Steps to Reproduce
<share any logs/screenshots or steps to replicate>
Acceptance Criteria
Context
<what are you currently working on that this is blocking?>
The CLI does not have full support for the emulator's simple addresses feature. I think there would be a lot of features that need tweaking to make that work in a reliable way. Would recommend using the emulator without simple addresses with the CLI.