Professional bitcoin accounts & smart contract management by Pandora Core AG, Switzerland & Dr. Maxim Orlovsky.
Application is founded on LNP/BP Core Library and allows RGB smart contracts management.
The application is not a bitcoin wallet: it does not require access to private keys or creates any signatures. All operations are saved & exported in form of PSBTs (partially-signed bitcoin transactions) and for their completion must be signed and published to bitcoin network outside of the application.
Bitcoin Pro is written exclusively in Rust language with GTK framework and natively compiles/works on Linux, MacOS (GTK is not supported on Big Sur yet; but previous versions should work fine) and (probably) Windows 10.
NB: This is an ultra-early alpha version; use it at your own risk!
Install rust language and run
constole
$ sudo apt update
$ sudo apt install -y cargo libssl-dev libzmq3-dev pkg-config g++ cmake libgtk-3-dev libsqlite3-dev
$ rustup default nightly
$ cargo install bitcoin-pro --version 0.1.0-beta.1
$ bitcoin-pro