What are Partially Signed Bitcoin Transactions (PSBTs) PSBTs are data format that allows wallets and other tools to exchange information about a Bitcoin transaction and the signatures necessary to complete it. Let’s Setup our project Create a directory on your computer, in your terminal enter the code below mkdir psbt
cd psbt Then initialize a new node…