Skip to content

Update Tutorial names #105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ const tutorialSidebar = [
collapsable: false,
children: [
'/tutorials/hello-world',
'/tutorials/Bitcoin_Core_RPC_Demo',
'/tutorials/compact_filters_demo',
'/tutorials/descriptors_in_the_wild',
'/tutorials/hidden-power-of-bitcoin',
'/tutorials/descriptor_based_paper_wallet',
'/tutorials/spending_policy_demo'
],
}
]
Expand Down
222 changes: 0 additions & 222 deletions docs/_blog/hello-world.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Descriptor-based paper wallets"
title: "Making Descriptor-based paper wallets"
description: "Demonstrate how to create descriptor-based paper wallet and how to spend them with bdk"
authors:
- Riccardo Casatta
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
17 changes: 17 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.