I am trying to use PSBT in a Bitcoin project. The idea is to generate keys and sign transactions client-side.
I am already familiar with bitcoinjs-lib but I find the API rather complicated.
It would be great if I could use bcoin which is usually more clear and straight forward.
I checked the bcoin docs but I found no mention of PSBT.
Is there a way to use PSBT in bcoin?
If not, is there any elegant workaround?