All Projects → ArkEcosystem → Desktop Wallet

ArkEcosystem / Desktop Wallet

Licence: mit
💻 Multi Platform ARK Desktop Wallet

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Desktop Wallet

Skycoin
Skycoin Core and Wallet
Stars: ✭ 549 (+91.29%)
Mutual labels:  blockchain, cryptocurrency, wallet
Adamant Im
ADAMANT Decentralized Messenger. Progressive Web Application (PWA)
Stars: ✭ 202 (-29.62%)
Mutual labels:  blockchain, cryptocurrency, wallet
Status React
a free (libre) open source, mobile OS for Ethereum
Stars: ✭ 3,307 (+1052.26%)
Mutual labels:  blockchain, cryptocurrency, wallet
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (-37.28%)
Mutual labels:  blockchain, cryptocurrency, wallet
Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (-50.87%)
Mutual labels:  blockchain, cryptocurrency, wallet
Etherwalletkit
Ethereum Wallet Toolkit for iOS - You can implement an Ethereum wallet without a server and blockchain knowledge.
Stars: ✭ 96 (-66.55%)
Mutual labels:  blockchain, cryptocurrency, wallet
Bitshares Ui
Fully featured Graphical User Interface / Reference Wallet for the BitShares Blockchain
Stars: ✭ 505 (+75.96%)
Mutual labels:  blockchain, cryptocurrency, wallet
Esteem Surfer
Ecency desktop formerly known as Esteem Surfer - reimagined desktop social wallet, contribute and get rewarded (for Windows, Mac, Linux)
Stars: ✭ 100 (-65.16%)
Mutual labels:  blockchain, cryptocurrency, wallet
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-42.51%)
Mutual labels:  blockchain, cryptocurrency, wallet
Celo Monorepo
Official repository for core projects comprising the Celo platform
Stars: ✭ 269 (-6.27%)
Mutual labels:  blockchain, cryptocurrency, wallet
Blockchain Stuff
Blockchain and Crytocurrency Resources
Stars: ✭ 2,549 (+788.15%)
Mutual labels:  blockchain, cryptocurrency
Lbrycrd
The blockchain that provides the digital content namespace for the LBRY protocol
Stars: ✭ 2,756 (+860.28%)
Mutual labels:  blockchain, cryptocurrency
Bitcoin S
Bitcoin Implementation in Scala
Stars: ✭ 206 (-28.22%)
Mutual labels:  blockchain, cryptocurrency
Blockchain Wallet
区块链钱包技术指南
Stars: ✭ 205 (-28.57%)
Mutual labels:  blockchain, wallet
Eclair Mobile
An Android wallet for the Lightning Network
Stars: ✭ 231 (-19.51%)
Mutual labels:  blockchain, cryptocurrency
Wavelet
Write once, run forever. Deploy robust, scalable, decentralized WebAssembly applications on Wavelet.
Stars: ✭ 224 (-21.95%)
Mutual labels:  blockchain, cryptocurrency
Elixium core
A privacy-preserving decentralized application network
Stars: ✭ 274 (-4.53%)
Mutual labels:  blockchain, cryptocurrency
Go Seele
Seele is an open source blockchain project which consists of advanced sharding technology and our innovative anti-asic MPoW consensus algorithm. The ONLY official website is
Stars: ✭ 234 (-18.47%)
Mutual labels:  blockchain, cryptocurrency
Road2blockchain
180天搞懂区块链。 区块链的浪潮已来, 当一个弄潮儿,随时准备冲上浪潮之巅。(由于时间精力的原因, 项目暂时搁置,不再更新。 抱歉, 有一腔热情,但是吹下的牛逼没有按时完成。不过对区块链依然保持关注, 欢迎大家关注公众号allinblockchain)
Stars: ✭ 254 (-11.5%)
Mutual labels:  blockchain, cryptocurrency
Awesome Substrate
A curated list of awesome projects and resources related to the Substrate blockchain development framework.
Stars: ✭ 228 (-20.56%)
Mutual labels:  blockchain, cryptocurrency

ARK Desktop Wallet

Ark Desktop Wallet

Build Status Latest Version License: MIT

Lead Maintainer: Lúcio Rubens

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 [email protected]. All security vulnerabilities will be promptly addressed.

Credits

This project exists thanks to all the people who contribute.

License

MIT © ARK Ecosystem

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].