While working on bitcoinjs silent payment support bip352 I stumbled upon this repo as it already implements psbtv2.
Might be interesting to also implement it here for devs that already depend on this stack.
Some example are already out there:
I was working on something here bitcoinjs/bitcoinjs-lib#2269 but it needs bip370, 375 and a merge in rust-bitcoin/rust-secp256k1#876 and https://github.com/bitcoinjs/tiny-secp256k1 to become useful
My suggestion would be to split it up in:
While working on bitcoinjs silent payment support bip352 I stumbled upon this repo as it already implements psbtv2.
Might be interesting to also implement it here for devs that already depend on this stack.
Some example are already out there:
-Bip375 example implementation : https://github.com/macgyver13/bips/tree/bip375-reference-testvectors/bip-0375
I was working on something here bitcoinjs/bitcoinjs-lib#2269 but it needs bip370, 375 and a merge in rust-bitcoin/rust-secp256k1#876 and https://github.com/bitcoinjs/tiny-secp256k1 to become useful
My suggestion would be to split it up in: