nile icon indicating copy to clipboard operation
nile copied to clipboard

Separate Account initialization from Account deployment.

Open ericnordelo opened this issue 2 years ago • 1 comments

Currently, we are deploying the Account if some conditions are met directly from initialization. This has some problems like nile automatically trying to deploy an Account in the send command if the account doesn't exist (not sure if this was the expected behavior), and also, deployment attempts when Account is used in NRE. I think it would be helpful for clarity and development to decouple these processes.

ericnordelo avatar Nov 07 '22 22:11 ericnordelo

Also, tackling this issue should include adding deploy_account to Nile's documentation of the Account API (following the merge of #334)

andrew-fleming avatar Jan 09 '23 16:01 andrew-fleming