Skip to content

Latest commit

 

History

History
71 lines (59 loc) · 2.56 KB

File metadata and controls

71 lines (59 loc) · 2.56 KB

codecov

Stack Wallet

Stack Wallet is a fully open source cryptocurrency wallet. With an easy to use user interface and quick and speedy transactions, this wallet is ideal for anyone no matter how much they know about the cryptocurrency space. The app is actively maintained to provide new user friendly features.

Feature List

Highlights include:

Building

You can look at the build instructions for more details.

macOS with Nix or direnv (preferred)

Use one shared toolchain path for both nix develop and direnv.

  1. Enable direnv for this repo (optional convenience):
    • .envrc uses use flake
    • run direnv allow
  2. Enter the flake environment (if not using direnv):
    • nix develop
  3. Run build:
    • make build-macos

macOS without Nix (Homebrew host setup)

Use this only when you are not building through Nix/flake.

  1. Install host tools:
    • make bootstrap-macos
  2. Run build:
    • make build-macos