Build a New Provider
Last updated
Last updated
ZKP2P is an open and permissionless protocol. We've now made it very easy for any developer around the world to get started building a new payment integration on ZKP2P. To build a new integration for your local payment platform, you will need to implement
A zkTLS provider template to generate a proof of payment
A verifier contract in Solidity
If you have any questions please do not hesitate to contact us on
We've built a developer tool () to make it very simple for developers to create and test new payment providers. To get started, follow the instructions in the
The verifier contract extracts and validates that the payment proof data. Simply implement the . Look at the example verifiers as reference
Get started in the repo