This is mobile port of my BitCoin Playground web app.
- Generate mnemonic words of your choice of length (12-24).
- Generate HD SegWit BitCoin wallet address with mnemonic words or hex string seed.
- Generate N-Out-Of-M MultiSig BitCoin wallet address with specified m & n value and public keys.
All generated mnemonic words follow the BIP39 standard. And all Bitcoin address generated using this web app can be validated with online tools like this.
A live web app version can be viewed here: https://kelvinthh.github.io/btc-playground/
To be added...