You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

479 B

Check the CONTRIBUTING doc on bitcoinjs-lib for info

Contributing to BitcoinJS

TypeScript

  • npm install
  • Modify TypeScript in ts_src folder
  • Run npm run format
  • Run npm run lint and make any necessary changes to remove errors
  • Run npm test and make sure the tests pass
  • Run git diff and make sure the diff in the JS files in the src folder match the changes you made to the TS files