Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thunderbiscuit/summerofbitcoin-wallet
The reference testnet wallet for the Summer of Bitcoin program Android/Bitcoindevkit workshop.
https://github.com/thunderbiscuit/summerofbitcoin-wallet
Last synced: about 1 month ago
JSON representation
The reference testnet wallet for the Summer of Bitcoin program Android/Bitcoindevkit workshop.
- Host: GitHub
- URL: https://github.com/thunderbiscuit/summerofbitcoin-wallet
- Owner: thunderbiscuit
- License: apache-2.0
- Created: 2021-07-02T18:10:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-18T19:30:12.000Z (over 3 years ago)
- Last Synced: 2023-03-04T01:54:33.269Z (over 1 year ago)
- Language: Kotlin
- Homepage: https://thunderbiscuit.github.io/summerofbitcoin-wallet/
- Size: 7 MB
- Stars: 10
- Watchers: 2
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Summer of Bitcoin Android Wallet
This repository contains the source code for a workshop on how to build Bitcoin wallets on Android using the [bitcoindevkit](https://github.com/bitcoindevkit). The workshop is a 1-day walkthrough of the codebase and building of the wallet, and comes with a webpage tutorial breaking the journey into 10 distinct tasks. [Check out the website here](https://thunderbiscuit.github.io/summerofbitcoin-wallet/).
The wallet is purposely light on Android-specific features, aiming to keep the focus on bitcoin integration with the application as well as the bitcoindevkit API.
### Bitcoindevkit
The bitcoindevkit project is much more than an Android library. A modern kit to help developers build bitcoin wallets, it's a [Rust library](https://github.com/bitcoindevkit/bdk) with language bindings for [Android and JVM](https://github.com/bitcoindevkit/bdk-jni), and a [cli](https://github.com/bitcoindevkit/bdk-cli) tool to boot! If you'd like to learn more or contribute, check out the [official website](https://bitcoindevkit.org/) or join our [Discord server](https://discord.gg/d7NkDKm).