website | docs | @pingpay_io
Use the following forms to get started or request support:
- Pingpay Partner Interest Form
- Request New Chain / Asset Support Form
- Additional Onramp Provider Onboarding Form
bun install # Install dependencies
bun db:migrate # Run database migrations
bun dev # Start all services (API, UI, Host)Visit http://localhost:3001 to see the application.
- LLM.txt - Technical guide for LLMs and developers (architecture, patterns, examples)
- CONTRIBUTING.md - Contribution guidelines and development workflow
- API README - API plugin documentation
- UI README - Frontend documentation
- Host README - Server host documentation
- Make changes to any workspace (ui/, api/, host/)
- Hot reload works automatically during development
- Build & deploy independently:
bun build:ui→ uploads to CDN → updatesbos.config.jsonbun build:api→ uploads to CDN → updatesbos.config.json- Host automatically loads new versions!
See CONTRIBUTING.md for detailed development workflow.
