bitcoindevkit.org icon indicating copy to clipboard operation
bitcoindevkit.org copied to clipboard

BDK project home page (originally magicalbitcoin.org 🧙)

Results 24 bitcoindevkit.org issues
Sort by recently updated
recently updated
newest added

There are few good tutorials made by @ConorOkus and others in https://www.youtube.com/channel/UCUq_ZdezVWKPvkWRicAYxLA. I heard good feedback on them and is an easy getway for devs to start familiarizing with bdk.....

discussion

Would be good to figure out how to make local rust nightly, android and kotlin jvm docs links relative. As they are now they point to existing public URLs so...

Add a section to web site with links to overview and general interest media about the project. For example, Alekos's youtube [presentation](https://www.youtube.com/watch?v=QVhC2DOIl7I&t=1507s) at BitDevsLA.

I was getting a 404 when tapping the Supporters link under "More", I think this fixes the path for it.

Aligning the way the spacing/formatting is for BDKSwiftExampleWallet to match BDKKotlinExampleWallet. Previously they were different:

In [the compiler section](https://bitcoindevkit.org/bdk-cli/compiler/#installation), there is a command for `miniscriptc` installation using cargo. On macOS, I get this error, trying to run it: ```bash ❯ cargo install --git https://github.com/bitcoindevkit/bdk --features="compiler"...