Skip to content

Commit

Permalink
Merge pull request #1 from gufmar/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
KtorZ authored Sep 22, 2024
2 parents 6e1979d + 1cb2645 commit bcaeac0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

## Overview

A validator & companion comman-line tool to provide hot/cold account management to delegate representatives (a.k.a DReps) on Cardano. The on-chain validator provides an authentication mecanism for an administrator multisig script (m-of-n type), itself granting powers to multisig-like delegate to manage voting stake rights.
A validator & companion command-line tool to provide hot/cold account management to delegate representatives (a.k.a DReps) on Cardano. The on-chain validator provides an authentication mechanism for an administrator multisig script (m-of-n type), itself granting powers to multisig-like delegate to manage voting stake rights.

### Features

- [x] Fixed DRep ID for unlimited delegates, entirely defined by the administrator configuration.
- [x] Delegation of voting rights as a single transaction.
- [x] Revokation of a delegate as a single transaction.
- [x] Revocation of a delegate as a single transaction.
- [x] Revokation & redelegation possible as a single transaction.
- [x] No datum, the state is fully captured in minted assets trapped in the validator.
- [x] Simplified off-chain management and contract flow thanks to a [companion command-line tool](./cli)
Expand All @@ -31,9 +31,9 @@ The administrator script can be configured direction in the `aiken.toml` as foll

```toml
[config.default]
quorum = 1 # How many administrors signatories are required to approve actions
quorum = 1 # How many administrators signatories are required to approve actions

# List of administators (verification key hashes)
# List of administrators (verification key hashes)
[[config.default.administrators]]
bytes = "000000000000000000000000000000000000000000000000000a11ce"
encoding = "base16"
Expand Down

0 comments on commit bcaeac0

Please sign in to comment.