revault / revault-gui

Revault terminal
https://revault.dev
BSD 3-Clause "New" or "Revised" License
51 stars 8 forks source link
bitcoin custody gui revault rust

revault-gui

Revault GUI is an user graphical interface written in rust for the Revault daemon.

stakeholder-regtest manager-regtest

Dependencies

We are striving to remove dependencies, especially the 3D ones.

Usage

revault-gui --datadir <datadir> --<network>

The default datadir is the default revaultd datadir (~/.revault for linux) and the default network is the bitcoin mainnet.

If no argument is provided, the GUI checks in the default datadir the configuration file for the bitcoin mainnet.

If the provided datadir is empty or does not have the configuration file for the targeted network, the GUI starts with the installer mode.

Instead of using --datadir and --<network>, a direct path to the GUI configuration file can be provided with --conf.

After start up, The GUI will connect to the running revaultd. A command starting revaultd is launched if no connection is made.

Get started

See aquarium for trying out a Revault deployment in no time.

See doc/DEMO_TESTNET.md for instructions on how to setup Revault on testnet (more involved and likely needs more participants).

Troubleshooting