mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
31 lines
2.1 KiB
Markdown
31 lines
2.1 KiB
Markdown
---
|
||
author: tungfa
|
||
layout: post
|
||
image: CoPayWalletcopy.jpg
|
||
title: "Copay-Dash Wallet (Testnet Only / RC 0.1)"
|
||
---
|
||
I’m happy to announce a “Release Candidate” version of Copay-Dash, a variant of the Copay wallet which was originally developed by Bitpay.
|
||
|
||
Besides the usual characteristics of other wallets, this fully-featured app boasts:
|
||
- The ability to access multiple Dash wallets within a single app
|
||
- HD-Multisignature Wallet Derivation (BIP32/BIP44)
|
||
- Exchange Rate Calculation (150+ currencies)
|
||
- Multilanguage Support
|
||
- Streamlined User Interface
|
||
|
||
Copay is available for all major operating systems, both desktop and mobile, however at the moment the Dash version will be made available only as a Chrome extension. This release has undergone preliminary testing but at this stage is intended only for Testnet. Once we’ve achieved 100% stability we plan on distributing builds supporting additional platforms.
|
||
|
||
You can read more about Copay at <https://copay.io>.
|
||
|
||
Backend Mechanics
|
||
|
||
This wallet is powered by Bitcore Wallet Service <https://github.com/dashpay/bitcore-wallet-service-dash> and uses a centralized server to do the heavy lifting. This server maintains a full copy of the blockchain and provides notifications to connected clients when transactions affecting their wallet occurs, similar to how an Electrum Server operates. It’s worth noting that despite this “client-server” relationship, your private keys are always held locally and are never revealed to the centralized server.
|
||
|
||
Copay-Dash is able to maintain this “untrusted” relationship with the wallet server through the use of Bitcore Wallet Client <https://github.com/dashpay/bitcore-wallet-client-dash>. This collection of client-side libraries allows for the signing of Transactions and creation of Wallets to occur via API.
|
||
|
||
|
||
Installation Info
|
||
Download Copay-Dash Chrome Extension
|
||
<http://download.slayer.work/copay-dash-chrome-extension.zip>
|
||
“How To” install Chrome Extensions
|
||
<http://www.howtogeek.com/233355/how-to-install-extensions-from-outside-the-chrome-web-store-and-firefox-add-ons-gallery/>
|