Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.1 KB

README.md

File metadata and controls

12 lines (8 loc) · 1.1 KB

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.