https://github.com/bitpay/copay-shell
native application wrapper for copay using atom-shell
https://github.com/bitpay/copay-shell
Last synced: 3 months ago
JSON representation
native application wrapper for copay using atom-shell
- Host: GitHub
- URL: https://github.com/bitpay/copay-shell
- Owner: bitpay
- License: lgpl-3.0
- Created: 2014-06-03T23:31:18.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-05T16:00:14.000Z (about 12 years ago)
- Last Synced: 2025-04-11T15:00:16.654Z (about 1 year ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 5
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Copay Shell
===========
Native application wrapper for [Copay](https://bitpay.github.io/copay)
using [Atom Shell](https://github.com/atom/atom-shell).

## Setup
Clone the repository and install dependencies.
```
~# git clone https://github.com/gordonwritescode/copay-shell.git
~# cd copay-shell && npm install
```
To build a distributable package for your platform, run:
```
~# npm run-script build
```