Open DevkoDev opened 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 :)
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.
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 :)