A secure, scalable cryptocurrency payment processing platform enabling businesses to accept digital currency payments with ease.
We use a Forking Workflow to maintain code quality and controlled contributions.
- Fork the repository: Click "Fork" at top-right
- Clone your fork:
git clone https://github.com/your-username/copay.git cd copay - setup remote
git remote add upstream https://github.com/original-owner/copay.git git remote -v # Verify remotes - initial setup
npm install cp .env.example .env