Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 752 Bytes

File metadata and controls

24 lines (20 loc) · 752 Bytes

Copay - Crypto Payment Platform

Project Banner

A secure, scalable cryptocurrency payment processing platform enabling businesses to accept digital currency payments with ease.

Development Workflow

We use a Forking Workflow to maintain code quality and controlled contributions.

Getting Started

  1. Fork the repository: Click "Fork" at top-right
  2. Clone your fork:
    git clone https://github.com/your-username/copay.git
    cd copay
  3. setup remote
    git remote add upstream https://github.com/original-owner/copay.git
    git remote -v  # Verify remotes  
  4. initial setup
    npm install
    cp .env.example .env