Skip to content

Commit dd443d3

Browse files
committed
example(payjoin): implement payjoin V2 example
1 parent ac547ce commit dd443d3

File tree

2 files changed

+423
-0
lines changed

2 files changed

+423
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ bitcoin = { version = "0.32", features = ["rand-std"] }
2121
bdk_testenv = "0.13.0"
2222
bdk_bitcoind_rpc = "0.20.0"
2323
bdk_chain = { version = "0.23.0" }
24+
payjoin = { git = "https://github.com/payjoin/rust-payjoin.git", package = "payjoin", features = ["v2", "io"], default-features = false }
25+
url = { version = "2.5.7", features = ["serde"] }
26+
tokio = { version = "1.47.1", features = ["full"] }
27+
reqwest = { version = "0.12.23", default-features = false, features = ["json", "rustls-tls"] }
2428

2529
[features]
2630
default = ["std"]

0 commit comments

Comments
 (0)