If not, what would be the easiest way to modify an open source iOS/Android wallet (eg copay) to do this?
Asked
Active
Viewed 204 times
4
-
2I found this: https://bitcore.io/api/mnemonic/ but not sure how compatible this is with copay code. – leo Jun 12 '16 at 08:52
1 Answers
1
Here is the bip39 for traditional Chinese word list.
https://github.com/bitcoin/bips/blob/master/bip-0039/chinese_traditional.txt
Also, there are some useful pages that explain how to implement Mnemonic code for generating deterministic keys as following,
ogw_yuya
- 625
- 4
- 13