Using the ./scripts/cli/start_cli_testnet.sh Libra commands:
-
So it seems client.mnemonic is the wallet and created/saved automatically only for the first account created. Is this correct? When I go back in to the CLI, I need to reload the client.mnemonic.
-
If I lose the client.mnemonic file, but know the account addresses, is there a way to get them back into a wallet? or are the accounts permanently lost? Is there a way to recover them using say a private key?
-
How can I see all the transactions received by an account. It seems only the send accounts increment their sequence numbers. So if I send Libra from Alice to Bob, the transaction sequence gets incremented for Alice, but not for Bob. Why is that?