I tried working on ‘safe auth’ (ex. ‘safe auth create-acc’, etc). However, I have kept having the following issue:
ERROR safe] safe-cli error: [Error] AuthdError - [Error] AuthError - Failed to create an account: Safe ND error: Balance does not exist
Before ‘safe auth create’, I generated Public Key and Secret Key (./safe keys create --test-coins --preload 15.342). However, I had above error when using the keys to create an account.
How can I solve the above error and create an account to use ‘safe auth’?
So are you prompted for entering the private key when you do safe auth create-acc ?
If so, are you entering the private key you obtained with safe keys create --test-coins --preload 15.342 ? …from the error you may be entering the wrong private key perhaps?
The easiest way is to simply call safe auth create-acc --test-coins which does both steps together for you.
Given you generated keys before ‘safe auth create’, I wonder you’ve jumped in and over the switch of networks detail.
If you went as far as ‘safe networks switch shared-section’, which it’s likely you would have wanted to do, that might have switched you away from the local network that you created keys to??
Generating keys is beyond what I’ve done, so might be something else.
So, perhaps do the same again and see if it doesn’t just work…