Luxoft / cordentity

This project combines Hyperledger's Indy ledger for decentralized identity with the Corda platform
Apache License 2.0
32 stars 19 forks source link

Add ability to use Indy Payments API #16

Open seniorjoinu opened 6 years ago

seniorjoinu commented 6 years ago

Detailed Description

Indy itself provides a way to abstract different kinds of payments and asset exchange.

Context

This would be great if Cordentity will also provide this feature.

Possible Implementation

https://github.com/hyperledger/indy-sdk/tree/master/wrappers/java/src/test/java/org/hyperledger/indy/sdk/payment https://github.com/hyperledger/indy-sdk/tree/master/doc/design/004-payment-interface

seniorjoinu commented 6 years ago

We need to develop and specify an architecture for this feature.