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
Mario Colque 9a2b3e4b17 Merge pull request #201 from maraoz/bug/turn-off-camera
Turn off video camera on logout
2014-04-28 12:47:30 -03:00
bin
css CSS Style themes support in Copay 2014-04-25 17:22:51 -03:00
font
img CSS Style themes support in Copay 2014-04-25 17:22:51 -03:00
js Merge pull request #201 from maraoz/bug/turn-off-camera 2014-04-28 12:47:30 -03:00
lib
test added test for the methods fromObj and toObj of WalletFactory 2014-04-28 12:28:55 -03:00
util
.bowerrc
.gitignore added a zip file to download the webapp 2014-04-24 16:30:10 -03:00
.travis.yml
API.js fix conflics 2014-04-24 23:43:05 -03:00
app.js add simplest possible express server to host files 2014-04-20 16:46:03 -03:00
bower.json
concat.sh
config.template.js CSS Style themes support in Copay 2014-04-25 17:22:51 -03:00
copay.js
ghpages.sh added a zip file to download the webapp 2014-04-24 16:30:10 -03:00
Gruntfile.js improving UI and wording for signing page 2014-04-21 12:17:15 -03:00
index.html change index.html wording 2014-04-28 11:56:43 -03:00
karma.conf.js added tests for angular services 2014-04-23 18:07:20 -03:00
package.json packages updated 2014-04-23 14:56:03 -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