Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.13 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.13 KB

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