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.