Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heng30/bitbox
It is a remote bitcoin wallet.
https://github.com/heng30/bitbox
bitcoin-wallet blockstream-api cryptocurrency light-wallet
Last synced: 3 months ago
JSON representation
It is a remote bitcoin wallet.
- Host: GitHub
- URL: https://github.com/heng30/bitbox
- Owner: heng30
- License: mit
- Archived: true
- Created: 2023-11-19T07:22:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-06T16:06:53.000Z (10 months ago)
- Last Synced: 2024-09-25T00:12:55.270Z (3 months ago)
- Topics: bitcoin-wallet, blockstream-api, cryptocurrency, light-wallet
- Language: Rust
- Homepage:
- Size: 8.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![screenshot](./screenshot/bitbox-en.png)
[中文文档](./README.zh-CN.md)
#### Introduction
It is a remote bitcoin wallet. Using blockstream API to broadcast transaction and fetch on chain information. I test it only in bitcoin **test network**, so you take you only risk to use this bitcoin light wallet on the bitcoin man network.#### Features
- [x] new wallet account
- [x] recover wallet account
- [x] send and receive bitcoin
- [x] show transations activity
- [x] address book#### How to build?
- Install `Rust` and `Cargo`
- Run `make`
- Refer to [Makefile](./Makefile) for more information#### Testnet Faucets
- https://testnet.qc.to/
- https://testnet-faucet.mempool.co/
- https://coinfaucet.eu/en/btc-testnet/
- https://bitcoinfaucet.uo1.net/
- https://onchain.io/bitcoin-testnet-faucet
- https://testnet.help/en/btcfaucet/testnet
- https://tbtc.mocacinno.com/#### Reference
- [Slint Language Documentation](https://slint-ui.com/releases/1.0.0/docs/slint/)
- [github/slint-ui](https://github.com/slint-ui/slint)
- [Viewer for Slint](https://github.com/slint-ui/slint/tree/master/tools/viewer)
- [LSP (Language Server Protocol) Server for Slint](https://github.com/slint-ui/slint/tree/master/tools/lsp)
- [rust-bitcoin](https://github.com/rust-bitcoin/rust-bitcoin/)
- [decode-transaction](https://www.blockchain.com/explorer/assets/btc/decode-transaction)
- [btc testnet faucet](https://coinfaucet.eu/en/btc-testnet/)
- [bip39](https://iancoleman.io/bip39/)
- [walletsrecovery.org](https://walletsrecovery.org/)