Skip to content

Commit

Permalink
feat(utxo-lib): add bitcoin descriptor utils
Browse files Browse the repository at this point in the history
Use temporarily forked descriptor lib
Add descriptor and miniscript util functions for bitgo stack

Ticket: BTC-715
  • Loading branch information
saravanan7mani committed Dec 22, 2023
1 parent 629f35e commit 89d1339
Show file tree
Hide file tree
Showing 6 changed files with 790 additions and 1 deletion.
2 changes: 2 additions & 0 deletions modules/utxo-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@
"dist/src"
],
"dependencies": {
"@bitcoinerlab/miniscript": "^1.4.0",
"@bitgo/blake2b": "^3.2.4",
"@brandonblack/musig": "^0.0.1-alpha.0",
"@noble/secp256k1": "1.6.3",
"@saravanan7mani/descriptors": "^2.1.1",
"bech32": "^2.0.0",
"bip174": "npm:@bitgo-forks/[email protected]",
"bip32": "^3.0.1",
Expand Down
Loading

0 comments on commit 89d1339

Please sign in to comment.