Go to file
Manuel Araoz 4acb32c3d8 optimizing address page 2014-04-30 19:58:52 -03:00
bin add File storage class and tests 2014-04-16 21:12:27 -03:00
css last transactions 2014-04-30 16:11:50 -03:00
font fix #10 remove google fonts 2014-04-01 12:16:33 -03:00
img item tx new style 2014-04-29 16:34:40 -03:00
js optimizing address page 2014-04-30 19:58:52 -03:00
lib rm bitcore 2014-04-30 13:57:55 -03:00
sound various style and wording fixes 2014-04-29 19:30:26 -03:00
test fix tests 2014-04-30 14:31:19 -03:00
util add sjcl bundle to the repo to fix its bower dist 2014-04-30 11:04:59 -03:00
.bowerrc move all files to root path 2014-03-21 14:21:13 -03:00
.gitignore added a zip file to download the webapp 2014-04-24 16:30:10 -03:00
.travis.yml Fix: travis.yml and package.json 2014-04-28 15:24:27 -03:00
API.js fix conflics 2014-04-24 23:43:05 -03:00
Gruntfile.js improving UI and wording for signing page 2014-04-21 12:17:15 -03:00
README.md Travis: badge of honor 2014-04-28 12:11:55 -03:00
app.js add simplest possible express server to host files 2014-04-20 16:46:03 -03:00
bower.json implements authenticated encryption 2014-04-30 11:04:16 -03:00
concat.sh copay tests in the browser! 2014-04-07 15:31:41 -03:00
config.template.js add cache for keys 2014-04-30 11:04:40 -03:00
copay.js fix browser tests 2014-04-16 21:39:42 -03:00
ghpages.sh added a zip file to download the webapp 2014-04-24 16:30:10 -03:00
index.html optimizing address page 2014-04-30 19:58:52 -03:00
karma.conf.js added tests for angular services 2014-04-23 18:07:20 -03:00
package.json fix json 2014-04-30 11:07:44 -03:00

README.md

Build Status

Copay

Installation:

Copy config.template.js to config.js and edit to suit your needs. (Defaults to public PeerJS and Insight servers)

Then execute these commands:

npm install
bower install
grunt --target=dev shell
node app.js

To run on a different port:

PORT=3001 node app.js

To open up five different instances to test 3-of-5 multisig with yourself, then run this in 5 different terminals:

PORT=3001 node app.js
PORT=3002 node app.js
PORT=3003 node app.js
PORT=3004 node app.js
PORT=3005 node app.js