Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.24 KB

File metadata and controls

20 lines (11 loc) · 1.24 KB

Indy-Cordapp Contracts & States

Corda contract and state classes for the indy-cordapp project.

States

In Indy world you should create this entities in the next order: Schema -> Credential Definition -> Revocation Registry. If you are trying to store it in ledger, you should do it in the same order.

Every [IndySchema] can have multiple [IndyCredentialDefinition]s (and also revocation registries) associated with it. Issuer can issue multiple identical [IndyCredential] with a single [IndyCredentialDefinition] to a single prover.