From 6c5b3c388de659e05b8246fb9068a53eb82912d1 Mon Sep 17 00:00:00 2001 From: Daniela Brozzoni Date: Thu, 27 Oct 2022 17:52:23 +0200 Subject: [PATCH] Make getting_started_with_rust_hwi.md a blog post It was previously a tutorial, but, since it goes quite in deep into the rust-hwi internals, it's better suited as a blog post. --- docs/.vuepress/config.js | 1 - docs/{tutorials => _blog}/getting_started_with_rust_hwi.md | 3 --- 2 files changed, 4 deletions(-) rename docs/{tutorials => _blog}/getting_started_with_rust_hwi.md (99%) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 12a846bdb1..4a682b9ecc 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -56,7 +56,6 @@ const tutorialSidebar = [ '/tutorials/descriptor_based_paper_wallet', '/tutorials/spending_policy_demo', '/tutorials/exploring_bdk_rn', - '/tutorials/getting_started_with_rust_hwi' ], } ] diff --git a/docs/tutorials/getting_started_with_rust_hwi.md b/docs/_blog/getting_started_with_rust_hwi.md similarity index 99% rename from docs/tutorials/getting_started_with_rust_hwi.md rename to docs/_blog/getting_started_with_rust_hwi.md index e57f6aac04..7ea7298a14 100644 --- a/docs/tutorials/getting_started_with_rust_hwi.md +++ b/docs/_blog/getting_started_with_rust_hwi.md @@ -5,12 +5,9 @@ authors: - Wszdexdrf date: "2022-08-16" tags: ["BDK", "Development", "Hardware Wallets"] -hidden: true draft: false --- -## Introduction - [bitcoindevkit/rust-hwi](https://github.com/bitcoindevkit/rust-hwi) is a sub-project for [bitcoindevkit](https://bitcoindevkit.org/) (BDK) which is used to interact with hardware wallets using the Rust programming language. It is a wrapper around [bitcoin-core/HWI](https://github.com/bitcoin-core/HWI) and its behaviour is closely linked with the same. ## Fundamentals -- 2.49.0