1

I've created an account using near-cli / near-sdk, thus got private keys in ~/.near-credentials.

In order to use the new account in wallet.near.org I need the seed-phrase. How I can "convert" a private key to a seed-phrase?

Ryan
  • 22,332
  • 31
  • 176
  • 357
Ilia Belov
  • 19
  • 1
  • 2

1 Answers1

0

This is cryptographically impossible, assuming that this works in NEAR the same as in Bitcoin etc.

Roman Plášil
  • 1,941
  • 2
  • 17
  • 27
  • https://ethereum.stackexchange.com/q/62530/48808 says something similar, for those who are interested. – Ryan Apr 27 '22 at 20:20