Created by Matthew Kelly, using:
- React - https://github.com/facebook/react
- Redux - https://github.com/reduxjs/redux
- bitcoinjs - https://github.com/bitcoinjs/bitcoinjs-lib
- bitcoinjs/bip32 - https://github.com/bitcoinjs/bip32
- bitcoinjs/bip39 - https://github.com/bitcoinjs/bip39
- tailwind css - https://github.com/tailwindlabs/tailwindcss
This is a react app written in TypeScript and using redux toolkit for state management. The app will allow users to:
- Generate a random mnemonic phrase
- Generate keys & a segwit address from a given seed
- Generate a multi-sig address from a given list of pub keys & a minimum signatures value
Clone the repo, navigate to the root directory, and do yarn install
or npm install
, then yarn start
or npm run start
.
Enter yarn test
or npm run test
.