You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to convert sipa's implementation into pure javascript (no wasm) using binaryen wasm2js, so we could even build a pure javascript version (it was very fast based on some examples I tested).
However, the last piece I'm missing in both packages is witness creation (how to produce the unlocking script).
There are not (yet) reference implementations for witness creation from arbitrary miniscripts. rust-miniscript is able to sign arbitrary descriptors but I believe there is no way to get the witness for an arbitrary policy.
For more information see this Introduction and Live Compiler
The text was updated successfully, but these errors were encountered: