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
Verify installation
Verify you have the correct version installed:bark 0.2.5
Compile from source
Install Rust
You will also need a Rust compiler. The rustup website
offers installation instructions for almost any platform.
Install dependencies and build
Additional dependencies can be downloaded using your package manager.
- Ubuntu/Debian
- Fedora/CentOS
- macOS
- Windows
- Nix
- build
- build and install