This is a fork of Bitcoin.com's wallet with added features.
  • JavaScript 55.9%
  • CSS 19.9%
  • HTML 15.6%
  • SCSS 7.6%
  • Shell 0.5%
  • Other 0.5%
Find a file
Matias Alejo Garcia 79b72f8eec fix css
2014-04-30 13:57:13 -03:00
bin
css fix css 2014-04-30 13:57:13 -03:00
font
img item tx new style 2014-04-29 16:34:40 -03:00
js remove unused keyCache 2014-04-30 13:35:50 -03:00
lib fix css 2014-04-30 13:57:13 -03:00
sound various style and wording fixes 2014-04-29 19:30:26 -03:00
test add random key for network encryption 2014-04-30 12:58:40 -03:00
util add sjcl bundle to the repo to fix its bower dist 2014-04-30 11:04:59 -03:00
.bowerrc
.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
app.js
bower.json implements authenticated encryption 2014-04-30 11:04:16 -03:00
concat.sh
config.template.js add cache for keys 2014-04-30 11:04:40 -03:00
copay.js
ghpages.sh added a zip file to download the webapp 2014-04-24 16:30:10 -03:00
Gruntfile.js
index.html add random key for network encryption 2014-04-30 12:58:40 -03:00
karma.conf.js
package.json fix json 2014-04-30 11:07:44 -03:00
README.md Travis: badge of honor 2014-04-28 12:11:55 -03:00

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