]> Untitled Git - bitcoindevkit.org/commitdiff
Update Tutorial names
authorrajarshimaitra <rajarshi149@gmail.com>
Sat, 11 Jun 2022 14:52:07 +0000 (20:22 +0530)
committerrajarshimaitra <rajarshi149@gmail.com>
Mon, 22 Aug 2022 12:33:54 +0000 (18:03 +0530)
After #103 the tutorial title comes in the side bar in the website,
its better to have shorter names.

docs/tutorials/Bitcoin_Core_RPC_Demo.md
docs/tutorials/compact_filters_demo.md
docs/tutorials/descriptors_in_the_wild.md
docs/tutorials/hidden-power-of-bitcoin.md
docs/tutorials/spending_policy_demo.md

index c34c0aa6769f82f1757f3c8c288ea6592707c96e..43d7ca73b509c69ec571d838db66491bc532ce34 100644 (file)
@@ -1,5 +1,5 @@
 ---
-title: "Using BDK to build a wallet backed by a Bitcoin Core full node"
+title: "BDK wallet with Bitcoin core RPC "
 description: "Tutorial showing usage of Bitcoin core backend with BDK wallet"
 authors:
     - Rajarshi Maitra
index a425f3674b924a0b5561067c52f8cf5045de713a..dade0248d1829d3692199143c69733d27fa1cecf 100644 (file)
@@ -1,5 +1,5 @@
 ---
-title: "Using BDK to create BIP157 SPV wallet (aka Neutrino)"
+title: "BDK wallet as a BIP157 SPV light client"
 description: "Tutorial showing usage of compact filters (BIP157) using bdk-cli command line tools"
 authors:
     - Rajarshi Maitra
index 0efbc3af45b2ecfcd62e304d59003bcd05e8b720..3bc4cc38ecbf9c44a560bd9eee18dc96417be2a8 100644 (file)
@@ -1,5 +1,5 @@
 ---
-title: "Descriptors in the wild"
+title: "A Multisig between BDK and Core"
 description: "Guide to setup a 2-of-2 multisig using Bitcoin Core and BDK"
 authors:
     - Gabriele Domenichini
index 5088fa866c283d2d1f455fde19cebbabb463a85e..42fe6701ab40d079d27f50a823eb486ecd8b1d5f 100644 (file)
@@ -1,5 +1,5 @@
 ---
-title: "Miniscript Policy & Descriptors - Hidden Powers of Bitcoin"
+title: "Hidden Powers of Miniscript Policy & Descriptors"
 description: "Introduction to Descriptor and Miniscript, making a Multisig Wallet and Testing Miniscript Policies"
 authors:
     - Sandipan Dey
index 3e9b3cec76be065ab9d5fc5f2aa5f923bc5f929d..06bb01fa87b41df8392daa514ae114784fb85e68 100644 (file)
@@ -1,5 +1,5 @@
 ---
-title: "Spending Policy Demo"
+title: "Spending Policy Decoded"
 description: "Demonstrate how to use a descriptor wallet with different spending policies"
 authors:
     - Steve Myers