Skip to content

Commit

Permalink
Merge pull request #189 from 0xPolygonID/issuer-node-v2
Browse files Browse the repository at this point in the history
minor fixes to issuer documentation
  • Loading branch information
0xpulkit authored Oct 21, 2024
2 parents 805eb03 + c72b88a commit 725d8a8
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 23 deletions.
2 changes: 1 addition & 1 deletion docs/issuer-node/issuer-node-api/agent/apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_label: Agent
description: Agent API endpoints and their description.
keywords:
- docs
- polygon id
- privado id
- issuer node
- claim
- verifiable credentials
Expand Down
4 changes: 2 additions & 2 deletions docs/issuer-node/issuer-node-api/identity/apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_label: Identity
description: Identity API endpoints and their description.
keywords:
- docs
- polygon id
- privado id
- issuer node
- claim
- verifiable credentials
Expand All @@ -14,7 +14,7 @@ keywords:
- Identity
---

The identity endpoint is used to create and retrieve identities for a user/issuer. Polygon ID supports the creation of identities in the form of DIDs (Decentralized Identifiers). A user can have multiple DIDs.
The identity endpoint is used to create and retrieve identities for a user/issuer. Privado ID supports the creation of identities in the form of DIDs (Decentralized Identifiers). A user can have multiple DIDs.

:::note

Expand Down
4 changes: 2 additions & 2 deletions docs/issuer-node/issuer-node-api/introduction.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
id: introduction
title: Polygon ID Issuer Node APIs
title: Privado ID Issuer Node APIs
sidebar_label: Introduction
description: Introduction to the Issuer Node APIs and its functionalities.
keywords:
- docs
- polygon id
- privado id
- issuer node
- claim
- verifiable credentials
Expand Down
10 changes: 3 additions & 7 deletions docs/issuer-node/issuer-node-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_label: Issuer Node UI Guide
description: Learn how to use the Issuer Node UI to import schemas, create credentials and manage connections.
keywords:
- docs
- polygon id
- privado id
- issuer node
- claim
- verifiable credentials
Expand All @@ -16,7 +16,7 @@ keywords:

:::info

Before you actually act as an Issuer and provide credentials, you need to set up a Polygon ID Issuer Node. You can find instructions to get your Issuer Node up and running [<ins>here</ins>](/docs/issuer/setup-issuer-ui.md).
Before you actually act as an Issuer and provide credentials, you need to set up a Privado ID Issuer Node. You can find instructions to get your Issuer Node up and running [<ins>here</ins>](/docs/issuer/setup-issuer-ui.md).

:::

Expand Down Expand Up @@ -71,10 +71,6 @@ The Credentials main page shows information about all the credentials that have

Whenever an Issuer decides to revoke a credential, they have to publish the issuer state to the blockchain. This can be done on the **Issuer state**. Notice that there will be a **Pending actions** right next to the sidebar button.

<div align="center">
<img src= "/img/issuer-state.png" align="center" width="350"/>
</div>

:::

The main responsibility of an Issuer is to create and provide credentials to ID holders. Here is how you can do it:
Expand Down Expand Up @@ -154,7 +150,7 @@ When the user interacts with the [<ins>Universal Link</ins>](../wallet/universal

Privado ID Web Wallet:

The holder will just have to **Sign in** using a crypto wallet which creates/retrieves the user identity, click **Add to my wallet**. The holder finally claims and receives their credential in the wallet.
The holder will just have to **Sign in** using a crypto wallet which creates/retrieves the user identity, click **Add to my wallet**. The holder finally claims and receives their credential in the wallet.

<div align="center">
<img src= "/img/issuer-holder-web.png" align="center" width="1000" height="1000"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/issuer/issuer-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';

# Issuer Node API

The Issuer Node API is ideal for users who for ** who want to create solutions based on Polygon ID functionalities and might be interested in having access to low level information** such as Merkle Trees.
The Issuer Node API is ideal for users who for ** who want to create solutions based on Privado ID functionalities and might be interested in having access to low level information** such as Merkle Trees.

<div align="center">
<img src= {useBaseUrl("img/3001-v2.png")} align="center" />
Expand Down
6 changes: 3 additions & 3 deletions docs/issuer/issuer-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_label: Overview
description: Definition of an Issuer.
keywords:
- docs
- polygon id
- privado id
- issuer
- claim
- verifiable credentials
Expand Down Expand Up @@ -38,9 +38,9 @@ There are some different ways one can perform issuer-related actions, that is, m

- Adapting the [JS SDK](/docs/js-sdk/js-sdk-overview.md) to your application that issues credentials.

- Using [SaaS vendors](https://marketplace.polygonid.me/ecosystem) that leverage Polygon ID solutions.
- Using [SaaS vendors](https://marketplace.privado.id/ecosystem) that leverage Privado ID solutions.

- Making use of Polygon ID smart contracts for [on-chain issuance](/docs/issuer/on-chain-issuer/on-chain-overview.md/).
- Making use of Privado ID smart contracts for [on-chain issuance](/docs/issuer/on-chain-issuer/on-chain-overview.md/).

## Issuer Nodes

Expand Down
4 changes: 2 additions & 2 deletions docs/issuer/on-chain-issuer/on-chain-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
id: on-chain-overview
title: Overview
sidebar_label: Overview
description: Learn how on-chain issuance works on Polygon ID.
description: Learn how on-chain issuance works on Privado ID.
keywords:
- docs
- polygon id
- privado id
- on-chain issuer
- claim
- verifiable credentials
Expand Down
4 changes: 2 additions & 2 deletions docs/issuer/on-chain-issuer/on-chain-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
id: on-chain-tutorial
title: Tutorial
sidebar_label: Tutorial
description: Learn how on-chain issuance works on Polygon ID through a simple tutorial.
description: Learn how on-chain issuance works on Privado ID through a simple tutorial.
keywords:
- docs
- polygon id
- privado id
- on-chain issuer
- claim
- verifiable credentials
Expand Down
2 changes: 1 addition & 1 deletion docs/issuer/setup-issuer-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: setup-issuer-core
title: Set up Issuer Node API
sidebar_label: Setup Guide
description: Learn how to set up an Issuer Core API.
description: Learn how to set up an Issuer API.
keywords:
- docs
- privado id
Expand Down
4 changes: 2 additions & 2 deletions docs/issuer/setup-issuer-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_label: Setup Guide
description: Learn how to set up an Issuer UI API and a user interface.
keywords:
- docs
- polygon id
- privado id
- issuer node
- claim
- verifiable credentials
Expand All @@ -17,7 +17,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

This article details the steps to achieve full integration of the Issuer Node with the Polygon ID APIs, as well as instructs on how to set up an intuitive user interface to manage credentials.
This article details the steps to achieve full integration of the Issuer Node with the Privado ID APIs, as well as instructs on how to set up an intuitive user interface to manage credentials.

:::caution

Expand Down

0 comments on commit 725d8a8

Please sign in to comment.