unsafe = true
[[Languages.en.menu.shortcuts]]
-name = "<i class='fas fa-book-open'></i> Rust Docs"
-url = "/docs-rs/bdk/"
+name = "<i class='fas fa-book-open'></i> Nightly Docs"
+url = "/docs-rs/bdk/nightly/latest/bdk"
weight = 5
[[Languages.en.menu.shortcuts]]
The main long-term goal is to concentrate the development efforts of multiple people and companies into one open source and very well reviewed project, instead of dispersing them over multiple closed/semi-closed or
poorly designed projects.
-{{% notice info %}}
-Keep in mind that this project is still in a very early phase of development. The APIs and the general architecture shouldn't be considered stable yet. At the moment most of the code is concentrated in the
-[main repo](https://github.com/bitcoindevkit/bdk) and is slowly being refactored and taken out into separate, independent modules.
-{{% /notice %}}
+While some parts of the library are still considered "experimental" (check the docs for more info), the core `Wallet` architecture is now considered stable. We still can't commit to keeping this same exact API forever,
+but we are not expecting to do any major breaking change in that area.
+
+If you want to try out the library for your projects, now it's finally a good time to do it! You can start by checking out the ["getting started"](/blog/tags/getting-started/) section in our blog or joining our [Discord](https://discord.gg/dstn4dQ)
+server to chat with us.
## Playground