bark, our Ark wallet client that can be used from the command line or integrated into apps.
Currently, bark only supports signet, a bitcoin testnet. Ark is still in alpha, and we don’t want anyone losing any real sats!
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 {version.bark}
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
- Mac OS
- Windows
- Nix
- build
- build and install