From d805d21ac02d27d53f7fe5ee1ae9c8c227ba7336 Mon Sep 17 00:00:00 2001 From: Berend Sliedrecht Date: Mon, 19 Feb 2024 12:07:45 +0100 Subject: [PATCH] mark Python wrapper as not under construction anymore Signed-off-by: Berend Sliedrecht --- README.md | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 7281f526..f393d9d4 100644 --- a/README.md +++ b/README.md @@ -18,27 +18,27 @@ Anoncreds-rs exposes three main parts: [`issuer`](./src/services/issuer.rs), ### Issuer -- Create a [schema](https://hyperledger.github.io/anoncreds-spec/#schema-publisher-publish-schema-object) -- Create a [credential definition](https://hyperledger.github.io/anoncreds-spec/#issuer-create-and-publish-credential-definition-object) -- Create a [revocation registry definition](https://hyperledger.github.io/anoncreds-spec/#issuer-create-and-publish-revocation-registry-objects) -- Create a [revocation status list](https://hyperledger.github.io/anoncreds-spec/#publishing-the-initial-initial-revocation-status-list-object) -- Update a [revocation status list](https://hyperledger.github.io/anoncreds-spec/#publishing-the-initial-initial-revocation-status-list-object) -- Update a [revocation status list](https://hyperledger.github.io/anoncreds-spec/#publishing-the-initial-initial-revocation-status-list-object)'s timestamp -- Create a [credential offer](https://hyperledger.github.io/anoncreds-spec/#credential-offer) -- Create a [credential](https://hyperledger.github.io/anoncreds-spec/#issue-credential) +- Create a [schema](https://hyperledger.github.io/anoncreds-spec/#schema-publisher-publish-schema-object) +- Create a [credential definition](https://hyperledger.github.io/anoncreds-spec/#issuer-create-and-publish-credential-definition-object) +- Create a [revocation registry definition](https://hyperledger.github.io/anoncreds-spec/#issuer-create-and-publish-revocation-registry-objects) +- Create a [revocation status list](https://hyperledger.github.io/anoncreds-spec/#publishing-the-initial-initial-revocation-status-list-object) +- Update a [revocation status list](https://hyperledger.github.io/anoncreds-spec/#publishing-the-initial-initial-revocation-status-list-object) +- Update a [revocation status list](https://hyperledger.github.io/anoncreds-spec/#publishing-the-initial-initial-revocation-status-list-object)'s timestamp +- Create a [credential offer](https://hyperledger.github.io/anoncreds-spec/#credential-offer) +- Create a [credential](https://hyperledger.github.io/anoncreds-spec/#issue-credential) ### Prover / Holder -- Create a [credential request](https://hyperledger.github.io/anoncreds-spec/#credential-request) -- Process an incoming [credential](https://hyperledger.github.io/anoncreds-spec/#receiving-a-credential) -- Create a [presentation](https://hyperledger.github.io/anoncreds-spec/#generate-presentation) -- Create, and update, a revocation state -- Create, and update, a revocation state with a witness +- Create a [credential request](https://hyperledger.github.io/anoncreds-spec/#credential-request) +- Process an incoming [credential](https://hyperledger.github.io/anoncreds-spec/#receiving-a-credential) +- Create a [presentation](https://hyperledger.github.io/anoncreds-spec/#generate-presentation) +- Create, and update, a revocation state +- Create, and update, a revocation state with a witness ### Verifier -- [Verify a presentation](https://hyperledger.github.io/anoncreds-spec/#verify-presentation) -- generate a nonce +- [Verify a presentation](https://hyperledger.github.io/anoncreds-spec/#verify-presentation) +- generate a nonce ## Wrappers @@ -48,8 +48,7 @@ Anoncreds is, soon, available as a standalone library in Rust, but also via wrap | ------------ | --------------------------------------------------------------------------------------- | ------ | | Node.js | [javascript](https://github.com/hyperledger/anoncreds-rs/tree/main/wrappers/javascript) | ✅ | | React Native | [javascript](https://github.com/hyperledger/anoncreds-rs/tree/main/wrappers/javascript) | ✅ | -| Python | [python](https://github.com/hyperledger/anoncreds-rs/tree/main/wrappers/python) | 🚧 | - +| Python | [python](https://github.com/hyperledger/anoncreds-rs/tree/main/wrappers/python) | ✅ | ## Credit