platform icon indicating copy to clipboard operation
platform copied to clipboard

feat: revocation support for W3C status list (bitstring)

Open vivekayanworks opened this issue 1 year ago • 0 comments
trafficstars

  • [x] Understanding basics of BitStringStatusList
  • [x] Change existing type of jsonld credentialFormat to support revocable credentials
  • [x] Understanding how we can implement issuance, revocation and verification from existing packages to support typescript (Packages exist in js)
  • [ ] BitStringStatusListCredential
    • [ ] Implement a separate API to create BitStringStatusListCredential
      • [ ] Creating encoded bitstring
      • [ ] Signing and storing BitStringStatusListCredential
      • [ ] Hosing the Credential (Optional)
    • [ ] API to retrieve BittringStatusListCredential
    • [ ] API to change status from the bitstring status list
      • [ ] Updating status list
      • [ ] Creating new proof
      • [ ] Updating the hosted BitstringStatusListCredential (Optional)
  • [ ] Verification of status of credential (Need to understand)

vivekayanworks avatar Jul 01 '24 07:07 vivekayanworks