pull down to refresh
0 sats \ 1 reply \ @OT 30 Dec 2024 \ on: Release payjoin-0.22.0 · payjoin/rust-payjoin bitcoin
What other wallets have payjoin now? I only know of BTCpay.
Payjoin Development Kit (PDK) is a full and completely standalone Payjoin implementation with supporting modules enabling greater flexibility.
You can support Payjoin without needing to worry about getting all of the Payjoin state machine, coin selection, and attack prevention code (and other privacy preserving details) exactly correct. PDK tends to be suitable for use cases where a degree of customization is desired, e.g. your own chain sync, your own key management and/or your own storage/backup logic.
The payjoin-cli sample (opens new window)showcases how PDK can be customised. It fetches blockchain data and transacts on-chain via Bitcoin Core RPC/REST. The individual components of the sample are composable. For example, the sample writes counterparty state to the local filesystem, but this component could be replaced with one that writes this data to the cloud or to multiple locations. You can pick the off-the-shelf parts you want and replace the rest.
reply