Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync Main from Develop #124

Merged
merged 3 commits into from
Feb 21, 2024
Merged
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
8 changes: 4 additions & 4 deletions docs/issuer/credential-marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ The marketplace is convenient for all the players in the self-sovereign identity

The Credential Marketplace provides visibility for everyone involved in the decentralized identity business, be they an issuer, verifier, wallet provider, trust network, or system integrator, The ecosystem page, coming together with Marketplace, gathers all those participants and presents a comprehensive description of their businesses.

:::tip Credential Marketplace Walkthrough
## Credential Marketplace Walkthrough

Aside from this article, you can always watch the video below where we present the Credential Marketplace's main features in practice.

<iframe src="https://www.youtube.com/embed/vlv88YBECak?si=VFtU0N5JWmShbZzJ" width="100%" length="100%" height="500" allowfullscreen></iframe>

:::
<div align="center" style={{margin: 40}}>
<iframe src="https://www.youtube.com/embed/vlv88YBECak?si=VFtU0N5JWmShbZzJ" width="100%" height="450" allowfullscreen></iframe>
</div>

## What one can do in the Credential Marketplace

Expand Down
12 changes: 6 additions & 6 deletions docs/issuer/schema-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ In order to create new types of credentials, it is necessary to generate JSON sc

Learn more about the Schema Explorer in the video below:

<div align="center">
<iframe src="https://www.youtube.com/embed/L2UYsMc3GtE?si=YPmEv-HWf00HwruV" width="800" length="800" height="450" allowfullscreen></iframe>
<div align="center" style={{margin: 40}}>
<iframe src="https://www.youtube.com/embed/L2UYsMc3GtE?si=YPmEv-HWf00HwruV" width="100%" height="450" allowfullscreen></iframe>
</div>

## Schema Explorer
Expand Down Expand Up @@ -81,8 +81,8 @@ If you already have access to a file containing a JSON schema or a URL where tha

Learn more about the Schema Builder in the video below:

<div align="center">
<iframe src="https://www.youtube.com/embed/IHFzM0F-KAI?si=42ob9hz4gG6tpEHQ" width="800" length="800" height="450" allowfullscreen></iframe>
<div align="center" style={{margin: 40}}>
<iframe src="https://www.youtube.com/embed/IHFzM0F-KAI?si=42ob9hz4gG6tpEHQ" width="100%" height="450" allowfullscreen></iframe>
</div>

### Schema definition
Expand Down Expand Up @@ -113,8 +113,8 @@ You can add multiple attributes to your schema. All of them need to have the fol

Learn about the advanced features of the Schema Builder in the video below:

<div align="center">
<iframe src="https://www.youtube.com/embed/lW2atrdpFaU?si=0BlqzS6kzXNK4nw3" width="800" length="800" height="450" allowfullscreen></iframe>
<div align="center" style={{margin: 40}}>
<iframe src="https://www.youtube.com/embed/lW2atrdpFaU?si=0BlqzS6kzXNK4nw3" width="100%" height="450" allowfullscreen></iframe>
</div>

#### Publish on IPFS or Download JSON file
Expand Down
21 changes: 18 additions & 3 deletions docs/verifier/query-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,26 @@ keywords:

import useBaseUrl from '@docusaurus/useBaseUrl';

The [Query Builder](https://schema-builder.polygonid.me/query-builder) is a dynamic, user-friendly tool designed for crafting verification queries. It simplifies the process by providing a comprehensive form, encompassing all necessary fields for creating detailed queries.
The Query Builder, available [here](https://schema-builder.polygonid.me/query-builder), is an intuitive, web-based tool designed to simplify the creation of verification queries. It's particularly useful for verifiers looking to establish specific criteria for identity verification, such as organizational membership or age requirements. By leveraging Polygon ID, the Query Builder offers a secure and efficient method for users to authenticate identities based on these criteria.

This tool enables verifiers to establish specific rules for identity verification, catering to a range of criteria from organizational membership to age requirements. Polygon ID enhances this process, offering a secure and streamlined way for users to authenticate their identity based on these criteria.
## Features

With its standardized interface, the Query Builder ensures uniformity, consistency, and minimizes errors in query creation across various users and organizations. It also presents a more intuitive alternative to manually writing queries on the [ZK Query Language](./verification-library/zk-query-language.md), making query creation accessible even for those without in-depth technical knowledge.
- **User-Friendly Interface**: The Query Builder provides a comprehensive form that includes all necessary fields for crafting detailed verification queries, ensuring a user-friendly experience.
- **Simplified Query Creation**: It eliminates the complexity of manually writing queries in the [ZK Query Language](./verification-library/zk-query-language.md), making it accessible to users without extensive technical knowledge.
- **On-Chain and Off-Chain Query Verification**: Supports both on-chain and off-chain query verification.
- **Consistency and Accuracy**: With its standardized interface, the tool promotes uniformity and consistency, minimizing errors across different users and organizations.

## Getting Started

To learn more about how to use the Query Builder effectively, watch the detailed walkthrough in the demo video below:

<div align="center" style={{margin: 40}}>
<iframe src="https://www.youtube.com/embed/JsCSrYo4DBk?si=9VVs8iXZ1O8ojPSM" width="100%" height="450" allowfullscreen></iframe>
</div>

## Main User Interface

Here's a glimpse of the main user interface of the Query Builder:

<div align="center">
<img src={useBaseUrl("/img/query-builder.png")} align="center" width="600"/>
Expand Down
1 change: 0 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module.exports = {
favicon: "/img/logo-round-purple.png",
organizationName: "0xPolygonID",
projectName: "docs",
trailingSlash: false,
customFields: {
description: "Build your next blockchain dApp using Polygon ID.",
},
Expand Down
Loading