]> Untitled Git - bitcoindevkit.org/commitdiff
Added initial draft for bdk-flutter tutorial
authorBitcoinZavior <BitcoinZavior@gmail.com>
Sun, 16 Oct 2022 19:04:27 +0000 (15:04 -0400)
committerBitcoinZavior <BitcoinZavior@gmail.com>
Sun, 16 Oct 2022 19:04:27 +0000 (15:04 -0400)
docs/.vuepress/config.js
docs/tutorials/exploring_bdk_flutter.md

index 01ed7082c867270b9dff6d792db43c680ba98c04..5f089c7ebb9c30319e824fa22708c37f75af6104 100644 (file)
@@ -55,7 +55,8 @@ const tutorialSidebar = [
       '/tutorials/descriptor_based_paper_wallet',
       '/tutorials/spending_policy_demo',
       '/tutorials/exploring_bdk_rn',
-      '/tutorials/getting_started_with_rust_hwi'
+      '/tutorials/getting_started_with_rust_hwi',
+      '/tutorials/exploring_bdk_flutter'
     ],
   }
 ]
index c342f511e510c1efdb728d09ce27a0930bd098c1..6dec68fc3b155acebfab2a93ef17389b0d6a9136 100644 (file)
@@ -4,7 +4,7 @@ description: "A tutorial and guide to using bdk-flutter for building bitcoin app
 authors:
     - Bitcoin Zavior
 date: "2022-10-05"
-tags: ["bitcoin", "React Native", "Flutter", "iOS", "Android", "mobile", "bdk-rn", "bdk", "tutorial", "guide", "wallet"]
+tags: ["bitcoin", "React Native", "Flutter", "iOS", "Android", "mobile", "bdk-flutter", "bdk", "tutorial", "guide", "wallet"]
 ---
 
 ## Introduction