First off — thank you for your interest in contributing to Paywaz! Our ecosystem powers zero-fee payments, stablecoin infrastructure, and developer-first APIs/SDKs. We welcome improvements, bug fixes, documentation updates, and new sample integrations.
This document explains how to contribute and what we expect from contributors.
- Report bugs or issues
- Suggest features or improvements
- Submit pull requests for fixes or enhancements
- Improve documentation
- Add sample integrations or SDK upgrades
- Improve developer experience (DX), tooling, or testing
We maintain several public repos:
paywaz-public-api— API schemas, references, and public interface definitionspaywaz-sdk-js— JavaScript/TypeScript SDKpaywaz-docs— developer documentation and guidespaywaz-samples— integration samplespaywaz-license— licensing information
Each repo may have repo-specific instructions in its README.
Click Fork in the top-right corner of the GitHub repo.
git checkout -b feature/your-feature-name
Please follow:
- existing code style
- naming conventions
- project folder structure
- TypeScript / JS linting rules (if applicable)
PRs without tests may not be accepted for core SDK repos.
git commit -m "feat: add X" git commit -m "fix: correct Y" git commit -m "docs: improve Z"
Ensure your PR includes:
- A clear explanation of the change
- Linked issue numbers
- Steps to reproduce or test
- Any screenshots if UI or docs-related
The Paywaz team will review your PR and may request revisions.
SDK repos require:
- Unit tests
- Linting
- Type definitions
Docs repos require:
- No broken links
- Accurate descriptions
- Proper formatting and structure
Samples repos require:
- Clear README per sample
- Minimal dependencies
- Secure handling of API keys
By submitting a pull request, you agree that your contributions fall under the Paywaz License contained in: https://github.com/hellopaywaz/paywaz-license
Open a discussion or issue, or reach out at: hello@paywaz.com
Thank you again for contributing to the Paywaz ecosystem! Your improvements help power the next generation of zero-fee global payments.