Skip to content

Commit 5962469

Browse files
committed
v0.1.0-alpha.3
1 parent 15e044a commit 5962469

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bitcoin-pro"
33
description = "Professional bitcoin accounts & assets management"
4-
version = "0.1.0-alpha.2"
4+
version = "0.1.0-alpha.3"
55
authors = ["Dr Maxim Orlovsky <orlovsky@pandoracore.com>"]
66
edition = "2018"
77
license = "AGPL-3.0-only"

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,22 @@ NB: This is an ultra-early alpha version; use it at your own risk!
1919

2020
## Features
2121

22-
* Extended public key management
22+
* Extended public key management with advanced convertor and derivation
23+
functionality
2324
* Creation of arbitrary complex descriptors for UTXOs
25+
* View on bitcoin UTXOs, transactions [Partially implemented]
2426
* Creation and management of RGB fungible assets (RGB-20 standard) [WIP]
25-
- Secondary issuances
26-
- Renominations
27+
- Secondary issuance
28+
- Renomination
2729
- Burn & replacement
2830
* Creation and management of RGB collectibles/non-fungible token contracts
2931
(RGB-21 standard) [Planned]
32+
* Identity management with RGB-22 schema [Planned]
33+
* Audit logs with RGB-23 schema [Planned]
34+
* Monitoring new bitcoin transactions under certain descriptors [Planned]
35+
* Bitcoin transaction and blockchain explorer [Planned]
36+
* PSBT composer/editor [Planned]
37+
* Custom RGB schema and state transition editor [Planned]
3038

3139
## Installation
3240

@@ -35,27 +43,27 @@ Install rust language and run
3543
```constole
3644
$ sudo apt update
3745
$ sudo apt install -y cargo libssl-dev libzmq3-dev pkg-config g++ cmake libgtk-3-dev
38-
$ cargo install bitcoin-pro --version 0.1.0-alpha.1
46+
$ cargo install bitcoin-pro --version 0.1.0-alpha.3
3947
$ bitcoin-pro
4048
```
4149

4250
## Using
4351

4452
### Main interface
4553

46-
![Main window](https://github.com/pandoracore/bitcoin-pro/raw/v0.1.0-alpha.2/doc/ui/main_app.png)
54+
![Main window](https://github.com/pandoracore/bitcoin-pro/raw/v0.1.0-alpha.3/doc/ui/main_app.png)
4755

4856
### Extended public key management
4957

50-
![Extended public key management](https://github.com/pandoracore/bitcoin-pro/raw/v0.1.0-alpha.2/doc/ui/xpub_dlg.png)
58+
![Extended public key management](https://github.com/pandoracore/bitcoin-pro/raw/v0.1.0-alpha.3/doc/ui/xpub_dlg.png)
5159

5260
### Output descriptors
5361

54-
![Output descriptors](https://github.com/pandoracore/bitcoin-pro/raw/v0.1.0-alpha.2/doc/ui/descriptors.png)
62+
![Output descriptors](https://github.com/pandoracore/bitcoin-pro/raw/v0.1.0-alpha.3/doc/ui/descriptors.png)
5563

5664
### RGB-20 assets
5765

58-
![Asset creation](https://github.com/pandoracore/bitcoin-pro/raw/v0.1.0-alpha.2/doc/ui/asset_creation.png)
66+
![Asset creation](https://github.com/pandoracore/bitcoin-pro/raw/v0.1.0-alpha.3/doc/ui/asset_creation.png)
5967

6068
## License
6169

0 commit comments

Comments
 (0)