Questions tagged [eth-lightwallet]
24 questions
3
votes
0 answers
eth-lightwallet example for keystore.addHdDerivationPath()
Can someone give an example of how to use the keystore's addHdDerivationPath() method, that actually runs properly?
The code I have below (using the default hdPath) is giving a strange error
lightwallet.keystore.deriveKeyFromPassword(password,…
monkey king
- 81
- 3
1
vote
1 answer
What is the difference between keys for signing and for encryption in Eth-Lightwallet
I was exploring this code from the tests in eth-lightwallet:
describe('Asymmetric Encryption', function() {
it('encrypts and decrypts a string', function (done) {
var pw = Uint8Array.from(fixtures.valid[0].pwDerivedKey);
var ks…
Interition
- 437
- 2
- 11
0
votes
1 answer
ETH lightwallet lib, password is required but not used
I'm using eth-lightwallet for personal purpose but I think I'm doing something wrong. When I create a new lightwallet keystore, I do this:
eth_lightwallet.keystore.createVault({
password: password,
seedPhrase: seed,
hdPathString:…
Shuffledex
- 1
- 4