idelse / idena-pocket

A web wallet for idena.
https://pocket.idena.dev
MIT License
11 stars 8 forks source link

Adding login with file #21

Open DevkoDev opened 4 years ago

DevkoDev commented 4 years ago

Hi again , maybe login with file which will contain private key or mnemonic will be a good step for the wallet so we can save our private key in every device we use :)

menxit commented 4 years ago

Good idea! We should think a protocol to describe:

Something like this:

{
    seed: [String],
    derivationPath: String,
    privateKeys: [String]
}

Anyone that want to implement this is welcome.