@@ -12,11 +12,14 @@ form of PSBTs (partially-signed bitcoin transactions) and for their completion
1212must be signed and published to bitcoin network outside of the application.
1313
1414Bitcoin Pro is written exclusively in Rust language with GTK framework and
15- natively compiles/works on Linux, MacOS (GTK is not supported on Big Sur yet;
15+ natively compiles/works on Linux, MacOS (~~ GTK is not supported on Big Sur yet~~ ;
1616but previous versions should work fine) and (probably) Windows 10.
1717
1818NB: This is an ultra-early alpha version; use it at your own risk!
1919
20+ Demo video: [ Bitcoin Pro demo. Part I] ( https://youtu.be/RkUHmgMUVrI ) ,
21+ [ Bitcoin Pro demo. Part II] ( https://youtu.be/iWJBikv0mbI )
22+
2023## Features
2124
2225* Extended public key management with advanced convertor and derivation
@@ -80,6 +83,25 @@ Then you can install testing version of the packages:
8083
8184Be warned that adding unstable packages to your system can, well, make your system less stable, so be careful with that.
8285
86+ ### Installation on MacOS Big Sur
87+ ```
88+ # Install rust language
89+ $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
90+
91+ # Install the dependency package gtk+3 & adwaita-icon-theme through homebrew
92+ $ brew install gtk+3 git adwaita-icon-theme
93+
94+ # clone bitcoin-pro
95+ $ git clone https://github.com/pandoracore/bitcoin-pro.git
96+
97+ # Enter bitcoin-pro folder
98+ $ cd bitcoin-pro
99+
100+ $ rustup default nightly
101+ $ cargo install bitcoin-pro
102+ $ bitcoin-pro
103+ ```
104+
83105## Using
84106
85107### Main interface
0 commit comments