Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
123 changes: 0 additions & 123 deletions mkdocs/docs/issuer/demo-issuer.md

This file was deleted.

10 changes: 9 additions & 1 deletion mkdocs/docs/verifier/on-chain-verification/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,15 @@ In this tutorial, we will create an ERC20 zk Airdrop Contract. The chosen query

This tutorial is based on the verification of a Credential of Type `KYCAgeCredential` with an attribute `birthday` with a Schema URL `https://raw.githubusercontent.com/iden3/claim-schema-vocab/main/schemas/json-ld/kyc-v3.json-ld`.

The prerequisite is that users have the [Polygon ID Wallet app](../../wallet/wallet-overview.md) installed and self-issued a Credential of type `KYC Age Credential Merklized` using our [Demo Issuer](https://issuer-demo.polygonid.me/)
The prerequisite is that users have the [Polygon ID Wallet app](../../wallet/wallet-overview.md) installed and self-issued a Credential of type `KYC Age Credential Merklized` using our [Demo Issuer](https://issuer-ui.polygonid.me/).

!!!warning "Demo Issuer username and password"
The [Demo Issuer](https://issuer-ui.polygonid.me/) requires a username and a password to log into the system.

- Username: `user-ui`
- Password: `password-ui`

We are aware that we might not be using the best approach from a security standpoint, but we are working on a better alternative to be released soon.

---
**Note:** The full executable code related to this tutorial can be cloned from this <a href="https://github.com/0xPolygonID/tutorial-examples/tree/main/on-chain-verification" target="_blank">repository</a>.
Expand Down
10 changes: 9 additions & 1 deletion mkdocs/docs/verifier/verification-library/verifier-set-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,15 @@ The Verifier Client is the point of interaction with the user. In its simplest f

This tutorial is based on the verification of a Credential of Type `KYCAgeCredential` with an attribute `birthday` with a Schema URL `https://raw.githubusercontent.com/iden3/claim-schema-vocab/main/schemas/json-ld/kyc-v3.json-ld`.

The prerequisite is that users have the [Polygon ID Wallet app](../../wallet/wallet-overview.md) installed and self-issued a Credential of type `KYC Age Credential Merklized` using our [Demo Issuer](https://issuer-demo.polygonid.me/). Further credentials can be issued using the [Issuer Node](../../issuer/issuer-overview.md).
The prerequisite is that users have the [Polygon ID Wallet app](../../wallet/wallet-overview.md) installed and self-issued a Credential of type `KYC Age Credential Merklized` using our [Demo Issuer](https://issuer-ui.polygonid.me/). Further credentials can be issued using the [Issuer Node](../../issuer/issuer-overview.md).

!!!warning "Demo Issuer username and password"
The [Demo Issuer](https://issuer-ui.polygonid.me/) requires a username and a password to log into the system.

- Username: `user-ui`
- Password: `password-ui`

We are aware that we might not be using the best approach from a security standpoint, but we are working on a better alternative to be released soon.

In this example, the verifier will set up the query: "Prove that you were born before the `2000/01/01`. To set up a different query check out the [ZK Query Language section](./zk-query-language.md)

Expand Down
9 changes: 8 additions & 1 deletion mkdocs/docs/verifier/verifier-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,14 @@ You can quickly try out the Verification experience by following the steps below
- Download the Polygon ID Wallet App and create an Identity.
> - For Android: <a href="https://play.google.com/store/apps/details?id=com.polygonid.wallet" target="_blank">Polygon ID on Google Play</a>
> - For iOS: <a href="https://apps.apple.com/us/app/polygon-id/id1629870183" target="_blank">Polygon ID on the App Store</a>
- Fetch a credential from the [Demo Issuer](https://issuer-demo.polygonid.me/)
- Fetch a credential from the [Demo Issuer](https://issuer-ui.polygonid.me/)
- Verify it on the [Demo Verifier](https://verifier-demo.polygonid.me/)

!!!warning "Demo Issuer username and password"
The [Demo Issuer](https://issuer-ui.polygonid.me/) requires a username and a password to log into the system.

- Username: `user-ui`
- Password: `password-ui`

We are aware that we might not be using the best approach from a security standpoint, but we are working on a better alternative to be released soon.