some docs and screenshots
45
README.md
|
|
@ -1,2 +1,43 @@
|
|||
# specter-desktop
|
||||
(Work In Progress) A desktop GUI for Bitcoin Core optimised to work with airgapped hardware wallets
|
||||
# Specter Desktop
|
||||
|
||||
## DISCLAIMER
|
||||
|
||||
This software is **WORK IN PROGRESS and NOT READY TO USE YET**. The master branch is empty **until the first release** of the software with core functionality implemented. At the moment all the code is in the 0.0.0-alpha branch.
|
||||
|
||||
## Why?
|
||||
|
||||
Bitcoin Core has a very powerful command line interface and a wonderful daemon. Using PSBT and HWI it can also work with hardware wallets, but at the moment it is too linux-way. The same applies to multisignature setups.
|
||||
|
||||
The goal of this project is to make a convenient and user-friendly GUI around Bitcoin Core with a focus on multisignature setup with airgapped hardware wallets.
|
||||
|
||||
At the moment we are working on integration of our [Specter-DIY hardware wallet](https://github.com/cryptoadvance/specter-diy) that uses QR codes as a main communication channel, and ColdCard that uses SD cards. Later on we plan to integrate "hot" hardware wallets using HWI tool and [Junktion](https://github.com/justinmoon/junction).
|
||||
|
||||
## Current status
|
||||
|
||||
Most of the code is there, app should be ready for alpha testing by September 8th.
|
||||
|
||||
## A few screenshots
|
||||
|
||||
### Adding a new device
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
### Creating a new wallet
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
### Wallet interface
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
### Configuration
|
||||
|
||||

|
||||
BIN
screenshots/bitcoin-rpc.jpg
Normal file
|
After Width: | Height: | Size: 210 KiB |
BIN
screenshots/device_keys.jpg
Normal file
|
After Width: | Height: | Size: 309 KiB |
BIN
screenshots/devices.jpg
Normal file
|
After Width: | Height: | Size: 206 KiB |
BIN
screenshots/new_multisig.jpg
Normal file
|
After Width: | Height: | Size: 209 KiB |
BIN
screenshots/receive.jpg
Normal file
|
After Width: | Height: | Size: 225 KiB |
BIN
screenshots/send.jpg
Normal file
|
After Width: | Height: | Size: 198 KiB |
BIN
screenshots/transactions.jpg
Normal file
|
After Width: | Height: | Size: 208 KiB |
BIN
screenshots/wallets.jpg
Normal file
|
After Width: | Height: | Size: 189 KiB |