}
]
-const builtWithBdkSidebar = [
+const foundationSidebar = [
{
- title: 'Built With BDK',
+ title: 'Foundation',
collapsable: false,
children: [
- ["/adoption/all.md", "All"],
- ["/adoption/mobile.md", "Mobile"],
- ["/adoption/desktop.md", "Desktop"],
- ["/adoption/hardware.md", "Hardware"],
- ["/adoption/web.md", "Web"],
- ["/adoption/custodial.md", "Custodial"],
- ["/adoption/exchange.md", "Exchange"],
- ["/adoption/infrastructure.md", "Infrastructure"],
+ ['/foundation/about.md', 'About Us'],
+ ['/foundation/supporters.md', 'Supporters'],
+ ['/foundation/grantees.md', 'Grantees']
]
}
]
-const tutorialSidebar = [
- {
- title: 'Tutorials',
- 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',
- '/tutorials/exploring_bdk_rn',
- '/tutorials/using_bdk_with_hardware_wallets',
- '/tutorials/exploring_bdk_flutter',
- '/tutorials/bdk_cli_basics',
- '/tutorials/bdk-cli_basics_multisig_2of3',
- '/tutorials/bdk_with_tor',
- ],
- }
-]
-
const blogSidebar = [
{
title: 'Blog',
},
{
text: 'Foundation',
- link: '/foundation'
+ link: '/foundation/'
},
{
text: 'Blog',
'/adoption/': builtWithBdkSidebar,
'/_blog/': blogSidebar,
'/blog/': blogSidebar,
- '/tutorials/': tutorialSidebar,
+ '/foundation/': foundationSidebar,
'/': docsSidebar,
},
footer: {
},
{
text: 'BDK Foundation',
- link: '/foundation'
+ link: '/foundation/'
}
]
}
+++ /dev/null
----
-sidebar: false
-tagline: "Foundation"
-description: "Information about the Bitcoin Dev Kit Foundation"
-# actionText: "Add your project"
-# actionLink: "https://github.com/orgs/bitcoindevkit/discussions/64"
-editLink: false
-lastUpdated: false
----
-
-# Bitcoin Dev Kit Foundation
-The Bitcoin Dev Kit Foundation (EIN 93-2023051) is established as a US non-profit corporation to promote the development of, public access to and adoption of the free and open source Bitcoin Dev Kit (BDK) library software. The Foundation is organized and operated exclusively for charitable, educational, and scientific purposes within the meaning of 501c(3) of the Internal Revenue Code.
-
-The Foundation aims to achieve this mission by funding the developers who contribute to and maintain the Bitcoin Dev Kit software libraries, documentation, and related infrastructure. We independently raise funds on behalf of the development team, and recruit for, fund, and operate the grant program.
-
-<!-- Link to grant page -->
-
-## Board
-The current BDK Foundation board is made up of five directors. The board members are all unpaid volunteer positions. All board members are long-time contributors and supporters of the BDK project:
-- Riccardo Casatta
-- Alekos Filini
-- Lloyd Fournier
-- Steve Lee
-- Steve Myers
-
-## Operations
-Our operations team handles the day-to-day operations of the Foundation and reports to the board of directors. Our officers are all also active contributors to the development of the software. The five current officers are:
-- Steve Myers, President
-- Daniela Brozzoni, Vice-President
-- Joe Wood, Treasurer
-- thunderbiscuit, Secretary
-- Evan Lin, At-large
-
-## Current Grantees
-
-### Evan Lin (Full-Time)
-Evan Lin (林志宇) is a Rust/Golang developer who has been contributing to BDK since 2022. Before working on Bitcoin-related projects, his professional career started in 2017 where he led various umbrella projects for an altcoin. After discovering the importance of Bitcoin, he started contributing to various projects (including BDK, Fedimint and Utreexo) and was eventually taken under the wing of and mentored by Lloyd Fournier.
-
-<div>
- <a href="https://twitter.com/evanlinjin" target="_blank">
- <img src="/img/twitter-icon.svg" style="width: 24px; margin: 0 12px 0 0">
- </a>
- <a href="https://github.com/evanlinjin" target="_blank">
- <img src="/img/github-icon.svg" style="width: 24px; margin: 0 12px 0 0">
- </a>
-</div>
-<br>
-
-### thunderbiscuit (Full-Time)
-Thunderbiscuit is an Android engineer who's has been working on the project for over 3 years, leading the work on the language bindings for BDK. He's using BDK in production with [Padawan Wallet](https://padawanwallet.com/). He's also in charge of the [BDK Kotlin Example Wallet](https://github.com/bitcoindevkit/bdk-kotlin-example-wallet), the sample native Android wallet for BDK, and the [Book of BDK](https://bitcoindevkit.github.io/book-of-bdk/) project, working on building walkthrough documentation for the BDK ecosystem.
-
-<div>
- <a href="https://twitter.com/thunderB__" target="_blank">
- <img src="/img/twitter-icon.svg" style="width: 24px; margin: 0 12px 0 0">
- </a>
- <a href="https://github.com/thunderbiscuit" target="_blank">
- <img src="/img/github-icon.svg" style="width: 24px; margin: 0 12px 0 0">
- </a>
- <a href="https://thunderbiscuit.com" target="_blank">
- <img src="/img/www.png" style="width: 24px">
- </a>
-</div>
-<br>
-
-### Matthew Ramsden (Full-Time)
-An experienced iOS engineer who has picked up Rust along the way to expand his contributions to the Bitcoin ecosystem. His primary focus is maintaining the bdk-ffi Rust bindings, contributing features, and ensuring the library's robustness, along with leading the development of the [BDKSwiftExampleWallet](https://github.com/bitcoindevkit/BDKSwiftExampleWallet) which is an example iOS wallet built on BDK.
-
-He also created the app [Monday](https://github.com/reez/Monday), a Lightning wallet for iOS leveraging LDK Node (which uses BDK for on-chain transactions), and [BitcoinUI](https://github.com/reez/BitcoinUI), a native iOS implementation of the Bitcoin UI Kit from the Bitcoin Design Community. He is also the creator of an app called [Block Screen](https://apps.apple.com/us/app/block-screen/id1533333210) for iPhone and Watch, and co-organizes NashBitDevs.
-
-<div>
- <a href="https://twitter.com/matthewramsden" target="_blank">
- <img src="/img/twitter-icon.svg" style="width: 24px; margin: 0 12px 0 0">
- </a>
- <a href="https://github.com/reez" target="_blank">
- <img src="/img/github-icon.svg" style="width: 24px">
- </a>
-</div>
-<br>
--- /dev/null
+---
+sidebar: true
+tagline: "Foundation"
+description: "Information about the Bitcoin Dev Kit Foundation"
+editLink: false
+lastUpdated: false
+---
+
+# Bitcoin Dev Kit Foundation
+The Bitcoin Dev Kit Foundation (EIN 93-2023051) is established as a US non-profit corporation to promote the development of, public access to and adoption of the free and open source Bitcoin Dev Kit (BDK) library software. The Foundation is organized and operated exclusively for charitable, educational, and scientific purposes within the meaning of 501c(3) of the Internal Revenue Code.
+
+The Foundation aims to achieve this mission by funding the developers who contribute to and maintain the Bitcoin Dev Kit software libraries, documentation, and related infrastructure. We independently raise funds on behalf of the development team, and recruit for, fund, and operate the grant program.
+
+<!-- Link to grant page -->
+
+## Board
+The current BDK Foundation board is made up of five directors. The board members are all unpaid volunteer positions. All board members are long-time contributors and supporters of the BDK project:
+- Riccardo Casatta
+- Alekos Filini
+- Lloyd Fournier
+- Steve Lee
+- Steve Myers
+
+## Operations
+Our operations team handles the day-to-day operations of the Foundation and reports to the board of directors. Our officers are all also active contributors to the development of the software. The five current officers are:
+- Steve Myers, President
+- Daniela Brozzoni, Vice-President
+- Joe Wood, Treasurer
+- thunderbiscuit, Secretary
+- Evan Lin, At-large
--- /dev/null
+---
+sidebar: true
+tagline: "Foundation"
+description: "Information about the Bitcoin Dev Kit Foundation"
+editLink: false
+lastUpdated: false
+---
+
+## Current Grantees
+
+### Evan Lin (Full-Time)
+Evan Lin (林志宇) is a Rust/Golang developer who has been contributing to BDK since 2022. Before working on Bitcoin-related projects, his professional career started in 2017 where he led various umbrella projects for an altcoin. After discovering the importance of Bitcoin, he started contributing to various projects (including BDK, Fedimint and Utreexo) and was eventually taken under the wing of and mentored by Lloyd Fournier.
+
+<div>
+ <a href="https://twitter.com/evanlinjin" target="_blank">
+ <img src="/img/twitter-icon.svg" style="width: 24px; margin: 0 12px 0 0">
+ </a>
+ <a href="https://github.com/evanlinjin" target="_blank">
+ <img src="/img/github-icon.svg" style="width: 24px; margin: 0 12px 0 0">
+ </a>
+</div>
+<br>
+
+### thunderbiscuit (Full-Time)
+Thunderbiscuit is an Android engineer who's has been working on the project for over 3 years, leading the work on the language bindings for BDK. He's using BDK in production with [Padawan Wallet](https://padawanwallet.com/). He's also in charge of the [BDK Kotlin Example Wallet](https://github.com/bitcoindevkit/bdk-kotlin-example-wallet), the sample native Android wallet for BDK, and the [Book of BDK](https://bitcoindevkit.github.io/book-of-bdk/) project, working on building walkthrough documentation for the BDK ecosystem.
+
+<div>
+ <a href="https://twitter.com/thunderB__" target="_blank">
+ <img src="/img/twitter-icon.svg" style="width: 24px; margin: 0 12px 0 0">
+ </a>
+ <a href="https://github.com/thunderbiscuit" target="_blank">
+ <img src="/img/github-icon.svg" style="width: 24px; margin: 0 12px 0 0">
+ </a>
+ <a href="https://thunderbiscuit.com" target="_blank">
+ <img src="/img/www.png" style="width: 24px">
+ </a>
+</div>
+<br>
+
+### Matthew Ramsden (Full-Time)
+An experienced iOS engineer who has picked up Rust along the way to expand his contributions to the Bitcoin ecosystem. His primary focus is maintaining the bdk-ffi Rust bindings, contributing features, and ensuring the library's robustness, along with leading the development of the [BDKSwiftExampleWallet](https://github.com/bitcoindevkit/BDKSwiftExampleWallet) which is an example iOS wallet built on BDK.
+
+He also created the app [Monday](https://github.com/reez/Monday), a Lightning wallet for iOS leveraging LDK Node (which uses BDK for on-chain transactions), and [BitcoinUI](https://github.com/reez/BitcoinUI), a native iOS implementation of the Bitcoin UI Kit from the Bitcoin Design Community. He is also the creator of an app called [Block Screen](https://apps.apple.com/us/app/block-screen/id1533333210) for iPhone and Watch, and co-organizes NashBitDevs.
+
+<div>
+ <a href="https://twitter.com/matthewramsden" target="_blank">
+ <img src="/img/twitter-icon.svg" style="width: 24px; margin: 0 12px 0 0">
+ </a>
+ <a href="https://github.com/reez" target="_blank">
+ <img src="/img/github-icon.svg" style="width: 24px">
+ </a>
+</div>
+<br>
--- /dev/null
+---
+sidebar: true
+tagline: "Foundation"
+description: "Information about the Bitcoin Dev Kit Foundation"
+editLink: false
+lastUpdated: false
+---
+
+# Bitcoin Dev Kit Foundation
+
+The Bitcoin Dev Kit Foundation is established as a US non-profit corporation to promote the development of, public access to and adoption of the free and open source Bitcoin Dev Kit (BDK) library software.
--- /dev/null
+---
+sidebar: true
+tagline: "Foundation"
+description: "Information about the Bitcoin Dev Kit Foundation"
+editLink: false
+lastUpdated: false
+---
+
+# Supporters