Skip to content

Commit

Permalink
Merge pull request #668 from 0xPolygonID/new-branding
Browse files Browse the repository at this point in the history
New branding
  • Loading branch information
amonsosanz authored Jul 3, 2024
2 parents e4223d5 + 2505b91 commit c62c0cf
Show file tree
Hide file tree
Showing 31 changed files with 470 additions and 373 deletions.
25 changes: 14 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Polygon ID Issuer Node
# Privado ID Issuer Node

[![Checks](https://github.com/0xPolygonID/sh-id-platform/actions/workflows/checks.yml/badge.svg)](https://github.com/0xPolygonID/sh-id-platform/actions/workflows/checks.yml)
[![golangci-lint](https://github.com/0xPolygonID/sh-id-platform/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/0xPolygonID/sh-id-platform/actions/workflows/golangci-lint.yml)

Streamline the **Verifiable Credentials issuance** process with the user-friendly API and UI of the Issuer Node within the Polygon ID ecosystem. The on-premise (self-hosted) Issuer Node, seamlessly integrated with a robust suite of tools including the mobile Wallet, Schema Builder, and Credential Marketplace, guarantees a frictionless experience for effortlessly issuing and verifying credentials.
Streamline the **Verifiable Credentials issuance** process with the user-friendly API and UI of the Issuer Node within the Privado ID ecosystem. The on-premise (self-hosted) Issuer Node, seamlessly integrated with a robust suite of tools including the mobile Wallet, Schema Builder, and Credential Marketplace, guarantees a frictionless experience for effortlessly issuing and verifying credentials.

![Triagle-of-trust](docs/assets/img/triangle-of-trust.png)

Expand All @@ -20,15 +20,18 @@ Streamline the **Verifiable Credentials issuance** process with the user-friendl
---

## Table of Contents

- [Quick Start Installation](#quick-start-installation)
- [Prerequisites](#Prerequisites)
- [Issuer Node Api](#issuer-node-api)
- [Privado ID Issuer Node](#privado-id-issuer-node)
- [Table of Contents](#table-of-contents)
- [Quick Start Installation](#quick-start-installation)
- [Prerequisites](#prerequisites)
- [Issuer Node API](#issuer-node-api)
- [Deploy Issuer Node Infrastructure](#deploy-issuer-node-infrastructure)
- [Run Issuer Node API](#run-issuer-node-api)
- [Issuer Node UI](#issuer-node-ui)
- [Quick Start Demo](#quick-start-demo)
- [Documentation](#documentation)
- [Tools](#tools)
- [License](#license)
- [Quick Start Demo](#quick-start-demo)
- [Documentation](#documentation)
- [Tools](#tools)
- [License](#license)

## Quick Start Installation
> [!NOTE]
Expand Down Expand Up @@ -215,7 +218,7 @@ This [Quick Start Demo](https://devs.polygonid.com/docs/quick-start-demo/) will
## Documentation
* [Issuer Node resources](https://devs.polygonid.com/docs/category/issuer/)
* [Polygon ID core concepts](https://devs.polygonid.com/docs/introduction/)
* [Privado ID core concepts](https://devs.polygonid.com/docs/introduction/)
## Tools
> [!WARNING]
Expand Down
2 changes: 1 addition & 1 deletion api/spec.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Polygon ID - Self Hosted Issuer</title>
<title>Privado ID - Self Hosted Issuer</title>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion api_ui/spec.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Polygon ID - Self Hosted Issuer - UI API</title>
<title>Privado ID - Self Hosted Issuer - UI API</title>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions k8s/helm/readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Overview

This is a helm chart for deploying Polygon ID issuer node on Kubernetes.
To learn more about Polygon ID issuer, see [this](https://0xpolygonid.github.io/tutorials/issuer/issuer-overview).
This is a helm chart for deploying Privado ID issuer node on Kubernetes.
To learn more about Privado ID issuer, see [this](https://0xpolygonid.github.io/tutorials/issuer/issuer-overview).

## Architecture

Expand Down
4 changes: 2 additions & 2 deletions ui/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Polygon ID Issuer Node UI
# Privado ID Issuer Node UI

The frontend application of the [Polygon ID Issuer Node](../README.md).
The frontend application of the [Privado ID Issuer Node](../README.md).

## Installation

Expand Down
2 changes: 1 addition & 1 deletion ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Polygon ID Issuer UI</title>
<title>Privado ID Issuer UI</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Loading

0 comments on commit c62c0cf

Please sign in to comment.