bark, our Ark wallet client that can be used from the command line.
bark works on both signet (a bitcoin testnet) and mainnet. Once it’s installed, head to test on signet or test on mainnet.
Installing Bark
Your wallet is calledbark and has two installation methods:
- Download and install the binary releases
- Compile from source
Binary release
Binary releases can be downloaded from GitLab. Below are instructions to download the binary, mark it as executable, and add it to your PATH on different platforms.- Ubuntu/Debian
- Fedora/CentOS
- macOS
- macOS (Intel)
- Windows
1
Download bark
2
Mark the binary as executable
3
Add bark to your PATH
Verify installation
Verify you have the correct version installed:bark 0.3.0
Compile from source
1
Clone the repository
The first step is to get the code which you can clone
from the repository.
2
Install Rust
You will also need a Rust compiler. The rustup website
offers installation instructions for almost any platform.
3
Install dependencies and build
Additional dependencies can be downloaded using your package manager.
- Ubuntu/Debian
- Fedora/CentOS
- macOS
- Windows
- Nix
- build
- build and install
4
Verify installation
Run
bark --version to verify that the installation completed successfully.