From 092a3ea422af9527bc2bbd36fe013d3a8a1eb658 Mon Sep 17 00:00:00 2001 From: Dan Gould Date: Fri, 2 Aug 2024 12:46:17 -0400 Subject: [PATCH] Add video to receive-payjoin-v2.md --- docs/tutorials/receive-payjoin-v2.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorials/receive-payjoin-v2.md b/docs/tutorials/receive-payjoin-v2.md index c244b5c..9c15fb5 100644 --- a/docs/tutorials/receive-payjoin-v2.md +++ b/docs/tutorials/receive-payjoin-v2.md @@ -4,6 +4,8 @@ We'll demostrate how you can receive an asynchronous [BIP 77: Payjoin Version 2] The network parameters could be changed to support any Bitcoin network, but this tutorial will use the Bitcoin Signet network. We will ignore most errors and Payjoin Session persistence for simplicity. Reference the [`payjoin-cli` source](https://github.com/payjoin/rust-payjoin/tree/master/payjoin-cli) reference implementation for more information on those implementation details. +See the [video tutorial](https://www.youtube.com/watch?v=pybCDYbrgeQ) for a detailed follow along companion. + ## Configure OHTTP Keys First, you must bootstrap Oblivious HTTP (OHTTP) to connect to the Payjoin Directory without revealing your IP address.