Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
/ btc-playground Public archive

Some experiments with BitCoin, Blockchain etc. in React Native Web

Notifications You must be signed in to change notification settings

kelvinthh/btc-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitCoin Playground

It's just me messing with BitCoin/Blockchain stuff, created with React Native Web. demo

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

You can see a live version at https://kelvinthh.github.io/btc-playground/

Or run on your own machine

To run the project on your own, simply clone this repository.

npm install

Installs all the required libraries and packages.

npm start

Runs the app in the development mode.
Open http://localhost:1234 to view it in the browser.

Third-party libraries/packages in-use