I have 2 sandboxed tezos nodes running with alpha protocol.
I'm using eztz to generate new keys.
Once new keys are generated, I'm able to create a transfer operation from bootstrapped account to this new account and also able to bake the operation.
But when I query for the balance on the newly created account, it still shows 0 balance.
If I try to create originated account from this newly created account, it throws 'empty_implicit_contract' error for the new pkh.
Welcome! Please provide more details about what you are doing, what you observe, what you expected. Feel free to paste your exact code and/or shell commands into the question, if you are comfortable doing so. (Hopefully OK for sandbox env.)
アルファプロトコルで実行されている2つのサンドボックス化されたtezosノードがあります. eztzを使用して新しいキーを生成しています. 新しいキーが生成されると、ブートストラップされたアカウントからこの新しいアカウントへの転送操作を作成し、操作をベイク処理することもできます.
しかし、新しく作成したアカウントの残高を照会すると、残高は0のままです.
この新しく作成されたアカウントから元のアカウントを作成しようとすると、新しいpkhに対して「empty_implicit_contract」エラーがスローされます.
ここで欠けているのは何ですか?