apps icon indicating copy to clipboard operation
apps copied to clipboard

Using ALITH on Moonbeam without having to manually give private key

Open dudo50 opened this issue 3 weeks ago • 0 comments

Hello,

Is there a way to do something like this?

const keyring = new Keyring({ type: 'ethereum' });

  // ALITH = "//Alice" in Substrate development keyring
  const alith = keyring.addFromUri("//Alice"); // Or //Alith

So that we do not have to do it manually from private key?

We would like to implement localhost accounts into our SDK, and having this way would be lot less painful.

Thanks!

dudo50 avatar Dec 11 '25 12:12 dudo50