Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

ArkEcosystem/desktop-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

29f2615 · Mar 23, 2023
Jun 30, 2021
Aug 8, 2020
Jun 30, 2021
Jul 7, 2021
Jun 5, 2020
Jun 30, 2020
Aug 14, 2020
Jun 15, 2021
Jul 2, 2021
Jan 30, 2021
Jun 18, 2020
Jun 5, 2020
Aug 26, 2020
Jan 15, 2021
Aug 28, 2020
Sep 30, 2020
Jan 12, 2021
Jan 14, 2021
Jun 7, 2020
Jun 18, 2020
Jun 5, 2020
Mar 23, 2023
Nov 4, 2020
Oct 21, 2020
Feb 4, 2021
May 25, 2021
Jun 18, 2020
May 6, 2021
May 24, 2021
Jun 24, 2021
Jul 6, 2021
Apr 13, 2021
Jan 15, 2021
Jul 6, 2021

Repository files navigation

ARK Desktop Wallet

Ark Desktop Wallet

Build Status Latest Version License: MIT

Warning The ARK Desktop Wallet is no longer supported. Please use the new ARKVault wallet instead: https://app.arkvault.io

Download

Latest Release

Installing via Package Managers

Arch Linux

Install via AUR:

Manjaro

pamac build ark-desktop

Mac OS X

Install via Homebrew:

brew install --cask ark-desktop-wallet

Translations

Translations are no longer accepted for the Desktop Wallet. We are using plugins to provide languages.

Development

Requirements

Ubuntu

In Ubuntu the development files of libudev are necessary:

sudo apt-get install libudev-dev libusb-1.0-0-dev

Windows

  • Python 2.7
  • Visual Studio 2017

Node 12

To download, head over to here and download Node 12.

If you already have npm installed, you can run

npm install -g n
sudo n 12

Yarn

Install the Yarn dependency manager

npm install -g yarn

Commands

List of commands
# Install dependencies
yarn install

# Execute the electron application. Making changes in the code, updates the application (hot reloading).
yarn dev

# Execute the browser version application. Making changes in the code, updates the application (hot reloading) good for designing :3.
yarn start

# Runs linter over the files
yarn lint

# Try to automatically fix lint errors
yarn lint:fix

# Builds the production code for the react application
yarn build

# Build and electron application for production (Mac)
yarn build:mac

# Build and electron application for production (Linux)
yarn build:linux

# Build electron application for production (Windows - x32 and x64)
yarn build:win

# Run the default test switch in default watch mode
yarn test

# Run unit tests and generate and display the coverage report
yarn test:coverage

Security

If you discover a security vulnerability within this package, please send an e-mail to security@ark.io. All security vulnerabilities will be promptly addressed.

Credits

This project exists thanks to all the people who contribute.

License

MIT © ARK Ecosystem