How to create a deterministic wallet using bitcoinjs-lib

1

I'm new to bitcoin technology, however, I'm trying to develop a web wallet using bitcoinjs-lib that works like that of blockchain.info. I've gone through the code samples on the github repo but couldn't make out the one I could us to create a deterministic wallet. I intend to make the wallet users enter a long and strong password from which the private key can be generated from.

Any code sample or link would be highly appreciated.

Chibuzo

Posted 2017-04-20T06:50:46.720

Reputation: 111

Answers

1

See Blockchain.info wallet source code https://github.com/blockchain/My-Wallet-V3

Also check the bitcoinjs-lib's list of projects

mixdev

Posted 2017-04-20T06:50:46.720

Reputation: 119