Skip to content

mjk90/bitcoin-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoin Playground

Created by Matthew Kelly, using:

About

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

To run

Clone the repo, navigate to the root directory, and do yarn install or npm install, then yarn start or npm run start.

To test

Enter yarn test or npm run test.