/off-chain-reference

An off-chain reference implementation: Supports exchanging payment information, KYC data and attestation of KYC data between VASPs.

off-chain-reference

The Diem Off-Chain API, as proposed in DIP-1, is a protocol that allows participants on the Diem Payment Network, such as designated dealers or Virtual Asset Service Providers (VASPs)) to support the following business needs when integrating with the Diem blockchain:

  • Compliance, by providing the ability to exchange Know-Your-Customer (KYC) information about payer and payee.
  • Privacy, by allowing for the private exchange of information that cannot be achieved on-chain.
  • Scalability, by facilitating the netting of payments when this is supported in the future.

Please refer to Diem Mini-Wallet application for implementation example.

For trying out Mini-wallet, please refer to this doc.

For low level protocol details / implementations, please refer to Diem Python SDK offchain module API document.