4

If not, what would be the easiest way to modify an open source iOS/Android wallet (eg copay) to do this?

Murch
  • 71,155
  • 33
  • 180
  • 600
leo
  • 271
  • 1
  • 7
  • 2
    I 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 Answers1

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,

https://github.com/bitcoinjs/bip39

https://iancoleman.io/bip39/#chinese_traditional

ogw_yuya
  • 625
  • 4
  • 13