Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ArkEcosystem/desktop-wallet
:computer: Archived, please use ARKVault
https://github.com/ArkEcosystem/desktop-wallet
ark blockchain cryptocurrency wallet
Last synced: 3 months ago
JSON representation
:computer: Archived, please use ARKVault
- Host: GitHub
- URL: https://github.com/ArkEcosystem/desktop-wallet
- Owner: ArkEcosystem
- License: mit
- Archived: true
- Created: 2016-11-13T13:39:11.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-23T12:30:10.000Z (over 1 year ago)
- Last Synced: 2024-07-28T14:29:32.826Z (4 months ago)
- Topics: ark, blockchain, cryptocurrency, wallet
- Language: TypeScript
- Homepage: https://app.arkvault.io
- Size: 81.8 MB
- Stars: 291
- Watchers: 46
- Forks: 193
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-ark - Ark-Desktop - Multi Platform Ark Wallet Lite Client (User Interfaces / Desktop)
README
# ARK Desktop Wallet
![Ark Desktop Wallet](./banner.png)
[![Build Status](https://badgen.now.sh/github/status/ArkEcosystem/desktop-wallet)](https://github.com/ArkEcosystem/desktop-wallet/actions?query=branch%3Adevelop)
[![Latest Version](https://badgen.now.sh/github/release/ArkEcosystem/desktop-wallet)](https://github.com/ArkEcosystem/desktop-wallet/releases)
[![License: MIT](https://badgen.now.sh/badge/license/MIT/green)](https://opensource.org/licenses/MIT)> **Warning**
> The ARK Desktop Wallet is no longer supported. Please use the new ARKVault wallet instead: https://app.arkvault.io## Download
[Latest Release](https://github.com/ArkEcosystem/ark-desktop/releases/latest)
## Installing via Package Managers
### Arch Linux
Install via [AUR](https://aur.archlinux.org/packages/ark-desktop):
> Manjaro
```shell
pamac build ark-desktop
```### Mac OS X
Install via [Homebrew](https://brew.sh/):
```shell
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](https://nodejs.org/en/) 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
```bash
# 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 [email protected]. All security vulnerabilities will be promptly addressed.
## Credits
This project exists thanks to all the people who [contribute](../../contributors).
## License
[MIT](LICENSE) © [ARK Ecosystem](https://ark.io)