Amiya Behera
Amiya Behera

Reputation: 2270

How to get the seed phrase of near sub accounts?

I am creating a subaccount using command: near create-account 123.xyz.testnet --masterAccount xyz.testnet

But it only generates the public key and private key, how to get the seed phrase of the account so that I can login with near web wallet.

Near web wallet doesn't seem to support sub-accounts, as "." is not allowed.

Upvotes: 7

Views: 1138

Answers (2)

Konstantin Litvin
Konstantin Litvin

Reputation: 105

According to docs you could login with your subaccount private key: https://wallet.testnet.near.org/auto-import-secret-key#123.xyz.testnet/YOUR_PRIVATE_KEY

Upvotes: 2

Vlad Frolov
Vlad Frolov

Reputation: 7746

There seems to be no such feature in the current near-cli implementation. See this feature request: https://github.com/near/near-cli/issues/716

Upvotes: 2

Related Questions