Skip to content

Commit

Permalink
feat: bolt12 support for submarine swaps
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Sep 12, 2024
1 parent 7ed509f commit b0a772a
Show file tree
Hide file tree
Showing 8 changed files with 390 additions and 19 deletions.
294 changes: 293 additions & 1 deletion package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
"vite": "^5.4.1",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-solid": "^2.10.2"
"vite-plugin-solid": "^2.10.2",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0"
},
"dependencies": {
"@bitcoinerlab/secp256k1": "^1.1.1",
Expand All @@ -62,6 +64,7 @@
"bignumber.js": "^9.1.2 ",
"bitcoinjs-lib": "^6.1.6",
"bolt11": "^1.4.1",
"boltz-bolt12": "^0.1.1",
"boltz-core": "^2.1.2",
"buffer": "^6.0.3",
"create-hmac": "^1.1.7",
Expand Down
Loading

0 comments on commit b0a772a

Please sign in to comment.