Meshbits / pirate-chain-ios-wallet

iOS version of the Pirate Wallet
MIT License
3 stars 2 forks source link

Allow importing 12 word, 18 word seed phrases as we do support 24 word seed phrases by default #74

Open satindergrewal opened 2 years ago

satindergrewal commented 2 years ago

Recently Skull Island Android wallet devs added support of importing 12 and 18 word seed phrases to their wallet. But for generating new wallets it only allows creating 24 word seed phrase wallet.

That means to be compatible with ecosystem wallets, we MUST also add this similar support. Please check part of the code and see if we can adjust our UI/UX and/or backend code to add this support as well.