Skip to content
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
6 changes: 3 additions & 3 deletions docs/blog/2022-10-11-keys-certification-badge/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Mihtril Keys Certification
title: Mithril Keys Certification
authors:
- name: Mithril Team
tags: [cardano, poolId, operational-certificate, kes-keys, mithril-keys, hybrid-mode]
Expand Down Expand Up @@ -53,7 +53,7 @@ From now, SPOs can either run their node by:
The setup of a Mithril Signer node with these two modes is available in this [guide](https://mithril.network/doc/manual/getting-started/run-signer-node).

Here is an example of the `Verified Signer` badge displayed in the Certificate details popin:
![](./img/badge.png)
![Verified Signer Badge](./img/badge.png)

#### How Keys Certification works

Expand All @@ -63,6 +63,6 @@ We rely on the Cardano `KES Keys` and `Operational Certificate` to be able to:
- Sign the `Mithril Signer Verification Key` with the `KES Secret Key`
- Verify that the `Mithril Signer Verification Key` is associated to the owner of the pool

![](./img/schema.jpg)
![Keys Certification Schema](./img/schema.jpg)

Feel free to reach out to us on the [Discord channel](https://discord.gg/5kaErDKDRq) for questions and/or help.
2 changes: 1 addition & 1 deletion docs/root/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The **Cardano Network** is a **Proof-of-Stake** Blockchain platform that support

## Cardano Node

A **Cardano Node** is a node that runs in a [**Cardano Network**](#cardano-network). There are several types of nodes, among them are **Cardano Full Nodes** that hold a copy of the whole Blockchain. They can be used by **Wallets**, [**Stake Pool Operator**](#stake-pool-operator-spo), **Exchanges** or **Dapps**. One of the use cases of the [**Mihtril Network**](#mithril-network) is to bootsrap rapidly a **Cardano Full Node**.
A **Cardano Node** is a node that runs in a [**Cardano Network**](#cardano-network). There are several types of nodes, among them are **Cardano Full Nodes** that hold a copy of the whole Blockchain. They can be used by **Wallets**, [**Stake Pool Operator**](#stake-pool-operator-spo), **Exchanges** or **Dapps**. One of the use cases of the [**Mithril Network**](#mithril-network) is to bootsrap rapidly a **Cardano Full Node**.

## Cardano Key Pair

Expand Down
3 changes: 1 addition & 2 deletions docs/root/manual/getting-started/run-mithril-devnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ More information about this private Cardano/Mithril `devnet` is available [here]

* Ensure SQLite3 library is installed on your system and its version is at least `1.35` (released Apr. 2021) on Debian/Ubuntu: `apt install libsqlite3` and `sqlite3 --version`.


## Download source

Download from Github (HTTPS)
Expand Down Expand Up @@ -92,7 +91,7 @@ You will see that the devnet is launched with the following steps:

* **Bootstraping the devnet**: generates the artifacts of the devnet depending on the configuration parameters (cryptographic keys, network topology, transactions to setup pool nodes, ...)
* **Start Cardano Network**: run the nodes of the **Cardano Network**, waits for it to be ready and activate the pool nodes
* **Start Mithril Network**: run the nodes of the **Mihtril Network** that works on top of the **Cardano Network**
* **Start Mithril Network**: run the nodes of the **Mithril Network** that works on top of the **Cardano Network**

:::

Expand Down