Skip to content

kelvinthh/btc-playground-mobile

Repository files navigation

BitCoin Playground Mobile

This is mobile port of my BitCoin Playground web app.

Features:

  1. Generate mnemonic words of your choice of length (12-24).
  2. Generate HD SegWit BitCoin wallet address with mnemonic words or hex string seed.
  3. 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.

How to run it

Live version

A live web app version can be viewed here: https://kelvinthh.github.io/btc-playground/

Or build on your own machine

To be added...

Third-party libraries/packages in-use