Sats connect is a simple javascript library that connects apps to Bitcoin wallets like Xverse to retrieve user wallet addresses and sign transactions (PSBTs).
Run the following command to clone the repository:
git clone git@github.com:jeanljh/sats-connect.git
Run the following command to install the dependencies:
npm i
Test directory is located at ./test
Run the following command to run the tests:
npm test
View the generated test report at ./test-report.html