gcash/bchwallet

Implement bip39 mnemonic seed

Closed this issue · 1 comments

The wallet currently uses a hex string for the wallet seed. We should use bip39 as it's more standard.
Code here https://github.com/tyler-smith/go-bip39

Done