Skip to content

Poly-pay/polypay_app

Repository files navigation

PolyPay

A privacy-preserving payroll platform built on Horizen. PolyPay enables organizations, DAOs, and global teams to run payroll privately while staying on their preferred blockchain.

Features

  • Private Payments: Salary amounts and recipients stay confidential
  • Private Multisig: Team approvals without exposing signer identities
  • Flexible Payment Logic: Escrow, milestone-based, and recurring transfers

Quick Start

# 1. Clone the repository
git clone git@github.com:Poly-pay/polypay_app.git
cd polypay_app

# 2. Setup environment
cp docker/.env.example docker/.env
# Edit docker/.env and fill in:
# - POSTGRES_PASSWORD
# - RELAYER_ZKVERIFY_API_KEY
# - RELAYER_WALLET_KEY

# 3. Run with Docker Compose
cd docker
docker compose up -d

# 4. Access the application
# Frontend: http://localhost:3000
# Backend: http://localhost:4000

Documentation

For full documentation, visit: PolyPay Docs

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •