How to import an account into the NEAR wallet using only the private key (no seedphrase)

Viewed 719

In this post, I'll run through how you can import an account into the NEAR Wallet using only your private key. This is useful when you've created accounts (or sub-accounts) using the CLI or near-api-js and only have access to the private key.

To import the account, simply click this URL and replace the YOUR_ACCOUNT_ID and YOUR_PRIVATE_KEY.

  • testnet:

https://wallet.testnet.near.org/auto-import-secret-key#YOUR_ACCOUNT_ID/YOUR_PRIVATE_KEY

  • mainnet:

https://wallet.near.org/auto-import-secret-key#YOUR_ACCOUNT_ID/YOUR_PRIVATE_KEY

1 Answers
Related