Skip to content

Commit

Permalink
cleanup + update unisat adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aboelenein committed Mar 26, 2024
1 parent 8cfc95b commit 2ec36ba
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 42 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @sats-connect/core
# `@sats-connect/core`

Sats connect is a simple javascript library that connects apps to Bitcoin wallets like Xverse to retrieve user wallet addresses and sign transactions (PSBTs).

[Read the docs](https://docs.xverse.app/sats-connect/)

# Building the `@sats-connect/core` package

To build the `@sats-connect/core` package, run

```bash
npm run build
```

# Docs

[Developer Docs](https://docs.xverse.app/sats-connect/)
53 changes: 42 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,16 @@
]
},
"dependencies": {
"bitcoin-address-validation": "^2.2.3",
"jsontokens": "^4.0.1",
"process": "^0.11.10",
"util": "^0.12.4"
"bitcoin-address-validation": "2.2.3",
"jsontokens": "4.0.1"
},
"devDependencies": {
"@types/jest": "^29.2.6",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^2.8.4",
"process": "^0.11.10",
"util": "^0.12.4",
"rimraf": "^3.0.2",
"stream-browserify": "^3.0.0",
"ts-jest": "^29.0.5",
Expand Down
Loading

0 comments on commit 2ec36ba

Please sign in to comment.