Atomic Wallet icon

Atomic Wallet 2.94.4

Manage Bitcoin, Ethereum, XRP, Litecoin, XLM and over 300 other coins and tokens

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    atomic-wallet # Atomic Wallet
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    atomic-wallet # Atomic Wallet
  ];
}

Package Definition

{
  "pname": "atomic-wallet",
  "version": "2.94.4",
  "src": {
    "url": "https://releases.atomicwallet.io/AtomicWallet-2.94.4.dmg",
    "sha256": "b0b5f6335b3d8909346793e473ffd9e552f5c3ecfe9d81c4a56c70bcf102b2cd"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Atomic Wallet.app\" && cp -r \"Atomic Wallet.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Manage Bitcoin, Ethereum, XRP, Litecoin, XLM and over 300 other coins and tokens",
    "homepage": "https://atomicwallet.io/"
  }
}