Replies: 2 comments
-
Sounds great! I have no plans in writing the library myself (for now). I will add your library to documentation / resources once finished, of course. How's liquid adoption these days? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sounds good, thanks! Liquid adoption is still pretty low but I still have a soft spot for it and look to it as a kind of middle ground between self-custodial base layer BTC and fully custodial Lightning in terms of wallet UX. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Paul,
https://github.com/BlockstreamResearch/secp256k1-zkp contains functions that are used on the Bitcoin Liquid sidechain for confidential transactions.
I thought it might be fun to try porting them to JS. I started with the rangeproof sign function:
ad263ed...asoltys:noble-curves:a08625cc90750a1c67467ed56cc7d6c4206d51da
I'm a little out of my element here and have been leaning on ChatGPT a lot.
I figured I'd open an issue before going too much further to see if this might be something you'd entertain adding to this repo and reviewing at some point or if you think there's a better place for it.
By the way https://github.com/vulpemventures/secp256k1-zkp creates WASM bindings so that the C lib can be used from JavaScript by https://github.com/vulpemventures/liquidjs-lib
I have ambitions to work on a scure-liquid-signer lib analogous to your scure-btc-signer
Beta Was this translation helpful? Give feedback.
All reactions