started adding copay shell to copay
This commit is contained in:
parent
45ffa94bbe
commit
e7c5addfab
19 changed files with 781 additions and 3 deletions
22
shell/README.md
Normal file
22
shell/README.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue