From: Conor Okus Date: Thu, 10 Nov 2022 14:38:10 +0000 (+0000) Subject: Adds project examples page X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.EncoderStringWriter.html?a=commitdiff_plain;h=fe5f004b048cf6cf5752aae0b38918998f050466;p=bitcoindevkit.org Adds project examples page --- diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 904ae022cf..12a846bdb1 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -28,6 +28,7 @@ const docsSidebar = [ ] }, '/descriptors/', + '/examples/', ] }, { diff --git a/docs/examples/README.md b/docs/examples/README.md new file mode 100644 index 0000000000..19951d8d7d --- /dev/null +++ b/docs/examples/README.md @@ -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