Skip to content

Instantly share code, notes, and snippets.

@ranyefet
Created April 8, 2018 15:02
Show Gist options
  • Save ranyefet/494cca440b442a1ef9ab223e4fc5cde6 to your computer and use it in GitHub Desktop.
Save ranyefet/494cca440b442a1ef9ab223e4fc5cde6 to your computer and use it in GitHub Desktop.

Installing Copay Wallet

Required software

You need to have a code editor, node.js and git installed on your system. If you already have these installed you can skip this step.

Clone Code

You need to clone Copay code into your system. I usually create a folder called: “Code” under my user folder and clone all projects into that folder.

Open the terminal and run the following commands:

cd ~ && mkdir Code && cd Code
git clone https://github.com/bitpay/copay.git

For example on my system I cloned the code to: /Users/ran/Code/copay

Install deps

To run the app we first need to install the app dependencies. Open terminal in the app folder and run: npm install

Serve the app

Run the app in browser

npm run ionic:serve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment