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.
- 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
# 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:4000For full documentation, visit: PolyPay Docs