/arrowwallet

A full node and UI wallet for Arrow

Primary LanguageC++MIT LicenseMIT

Quiver is the official wallet for Arrow. Use it to make completely private transactions. It runs on macOS, Windows, and Linux operating systems.

Installation

The following instructions explain how to install Quiver by using installers. For information about compiling from source, see Compiling from source.

macOS

  1. Download the latest release.

  2. Double-click the .dmg file, and drag the Quiver icon into the Applications folder.

Windows

  1. Download the latest release.

  2. Extract the contents of the .zip file, and drag the Quiver icon into the Applications folder.

Linux

If you use the Debian or Ubuntu operating system, use the .deb package. Otherwise, run the binaries.

Use the .deb package

Run the following commands in a terminal window:

sudo dpkg -i linux-deb-quiver-0.1.7.deb
sudo apt install -f

Run the binaries

Run the following commands in a terminal window:

tar -xvf quiver-v0.1.7.tar.gz
./quiver-v0.1.7/quiver

Troubleshooting

For solutions to some common problems, see the Troubleshooting section in the Quiver docs.

For more support, join the Arrow community on Discord or send a tweet to @ArrowCrypto.