]> Untitled Git - bitcoindevkit.org/commitdiff
Adds project examples page
authorConor Okus <conor.okus@hotmail.co.uk>
Thu, 10 Nov 2022 14:38:10 +0000 (14:38 +0000)
committerConor Okus <conor.okus@hotmail.co.uk>
Thu, 10 Nov 2022 14:38:10 +0000 (14:38 +0000)
docs/.vuepress/config.js
docs/examples/README.md [new file with mode: 0644]

index 904ae022cf50b138afcca6a3274cbc104ff9f691..12a846bdb1a1b9d69956b11146dc0069384f8516 100644 (file)
@@ -28,6 +28,7 @@ const docsSidebar = [
         ]
       },
       '/descriptors/',
+      '/examples/',
     ]
   },
   {
diff --git a/docs/examples/README.md b/docs/examples/README.md
new file mode 100644 (file)
index 0000000..19951d8
--- /dev/null
@@ -0,0 +1,21 @@
+# Examples
+
+Click the links below and learn from community-built example projects.
+
+## [BDK-CLI](https://github.com/bitcoindevkit/bdk-cli)
+A command line interface to experiment with the bitcoindevkit.
+
+## [Padawan Wallet](https://github.com/thunderbiscuit/padawan-wallet)
+A testnet-only bitcoin wallet full of tutorials on how to use bitcoin wallets.
+
+## [Tatooine](https://github.com/thunderbiscuit/tatooine)
+Tatooine is a small bitcoin testnet faucet built with Ktor, a Kotlin asynchronous framework for creating microservices and web applications.
+
+## [SEBA Bank Proof of reserves](https://github.com/bitcoindevkit/bdk-reserves)
+The `bdk` library aims to be the core building block for Bitcoin wallets of any kind. The `bdk-reserves` library provides an implementation of `proof-of-reserves` for bdk.
+
+## [Stackmate](https://github.com/StackmateNetwork/the-stackmate)
+A multi-purpose Bitcoin Wallet.
+
+## [Spotbit](https://github.com/BlockchainCommons/spotbit)
+Spotbit's purpose is to allow users to access price feeds in a customisable way that preserves privacy and mitigate the reliance on a single source of data.
\ No newline at end of file