-
Notifications
You must be signed in to change notification settings - Fork 69
Document structure improvement #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Would also be great to add runnable self-contained examples to the |
@ConorOkus I opened bitcoindevkit/bdk#519 adding one example in bdk. Let me know if you meant this kind of examples. |
Yeah awesome, didn't realise there were some examples already in there so that's great |
8a98e69 Add rpc wallet creation example (rajarshimaitra) Pull request description: ### Description As mentioned in bitcoindevkit/bitcoindevkit.org#83 (comment) it would be helpful to have wallet creation example code in the `example` directory. This is an attempt to create the most simplistic bdk wallet with a RPC backend and demonstrate receiving, creating, signing and broadcasting transaction. The code is a refinement of the RPC tutorial https://bitcoindevkit.org/blog/bitcoin-core-rpc-demo/ with more elaborate doc comments. ### Notes to the reviewers To automate the background RPC process `electrsd` is used which is already a `dev-dependency` of bdk. ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing ACKs for top commit: notmandatory: tACK 8a98e69 Tree-SHA512: f00c1ce57ef91c3d3ab2ce08af3571c41bbe98f18f705c61ba4217c2f8061196e5eaf6122742293cd6fa16939bbbfacd0f8506cd4151b55f19a05325fd94a74a
This issue is a bit stale, and all tutorials are being moved to the blog. We're also working on a standalone documentation site that will take the place of some of these tutorials (the book of bdk). Closing this issue now as part of a clean up of this repository. |
After porting the blogs and docs into new website, it seems there are rooms now to organize the documents better.
The bdk-cli section https://bitcoindevkit.org/bdk-cli/installation/ could use an introduction.
Many blog posts are essentially tutorials, and they can be moved to the tutorial section.
Adding more smaller tutorials (how-tos) for common tasks like running regtest nodes etc and linking them to other tutorials.
More detailing in the getting started page.
Other improvement ideas are welcome.
Opening this up as a tracking issue.
The text was updated successfully, but these errors were encountered: