Skip to content
Snippets Groups Projects
Commit 6855a88b authored by nanocryk's avatar nanocryk
Browse files

(fix) correction

parent 26477a37
Branches
Tags
1 merge request!2WIP: RFC 2 : New binary Duniter protocol
...@@ -42,7 +42,7 @@ We propose a new protocol format which reuses ideas of the current protocol whil ...@@ -42,7 +42,7 @@ We propose a new protocol format which reuses ideas of the current protocol whil
# 1. Introduction # 1. Introduction
The Duniter protocol is composed of a set of documents describing actions in a distributed ledger of transactions and identities : The Duniter protocol is composed of a set of documents describing actions in a distributed ledger of transactions and identities :
- The `Transaction` document allow to move funds from **inputs** to **outputs**. Each **output** is created with a **script** describing unlocking conditions. This conditions must be fullfilled to be used as an transaction **input**. Since Duniter is made to run libre cryptocurrencies, a special input is available regularly to provide an Universal Dividend. - The `Transaction` document allow to move funds from **inputs** to **outputs**. Each **output** is created with a **script** describing unlocking conditions. This conditions must be fullfilled to be used as an transaction **input**. Since Duniter is made to run libre cryptocurrencies, its possible to list Universal Dividends to use.
- The `Identity` document allow an individual to create an identity in the system with a username and a cryptographic public key. Each individual must have only one Identity, the certification procedure being a way to prevent most multi-identities per individual attemps. - The `Identity` document allow an individual to create an identity in the system with a username and a cryptographic public key. Each individual must have only one Identity, the certification procedure being a way to prevent most multi-identities per individual attemps.
- The `Certification` document allow other individuals to certify this identity so it can enter the Web of Trust, a *directed graph* storing trust and knownledge between identities. - The `Certification` document allow other individuals to certify this identity so it can enter the Web of Trust, a *directed graph* storing trust and knownledge between identities.
- The `Membership` document signals regularly the state of the issuer (new in the WoT, still active or leaving). - The `Membership` document signals regularly the state of the issuer (new in the WoT, still active or leaving).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment