kee

Offline IOU signer with QR as transport
git clone https://holbrook.no/src/kee
Info | Log | Files | Refs | README | LICENSE

commit af5ef7f362c2c8cfc1df8b567773a2869ac08dbc
parent 24c2a3cd232de29d937499f744112c032b963f46
Author: lash <dev@holbrook.no>
Date:   Tue, 25 Jun 2024 15:19:33 +0100

Add a have and have not yet description in readme

Diffstat:
MREADME | 34++++++++++++++++++++++++++++++++++
MREADME.md | 28++++++++++++++++++++++++++++
2 files changed, 62 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -9,6 +9,40 @@ It will maintain bi-lateral mutual channels of credit and collateral. Each change is linked as a chain, and documentation for each change in embedded as email-link MIME structures +It is currently in alpha state, and does not yet have a friendly +introduction. + +See "Protocol" and "Concepts" headings below for more details on what +this actually is aiming to become. + +What it can do (currently) + +The UI state is still fragmented and does not yet implement a ful +sequence of actions for creating and mutually signing ledger. + +However, a ledger can be created, counter-signed and imported by +restarting UI as Alice, Bob and Alice respectively, and manually use the +import option. + +What it does have is: + +- GTK interface pages for + - Unlock wallet key + - List IOUs + - List IOU details and deltas (transactions) + - Import data and/or delta (QR or pasted text) + - Import summary and accept page + - Create new ledger entry page +- Testdata generator for tests and demonstrating state of UI: + - Create keys for Alice and (main) Bob, aswell as two additional + Bobs + - Symlinks to use (main) Bob key instead of Alice as identity for + UI + - A configurable number of randomized ledger entries and deltas +- CLI tool: + - Show details about a ledger entry + - Sign a ledger delta + Dependencies Below are the library versions of the archlinux component packages I am diff --git a/README.md b/README.md @@ -6,6 +6,34 @@ I am building a cryptographically counter-signed IOU application with linux phon It will maintain bi-lateral mutual channels of credit and collateral. Each change is linked as a chain, and documentation for each change in embedded as [email-link MIME structures](https://datatracker.ietf.org/doc/html/rfc2049) +It is currently in alpha state, and does not yet have a friendly introduction. + +See "Protocol" and "Concepts" headings below for more details on what this actually is aiming to become. + + +## What it can do (currently) + +The UI state is still fragmented and does not yet implement a ful sequence of actions for creating and mutually signing ledger. + +However, a ledger can be created, counter-signed and imported by restarting UI as Alice, Bob and Alice respectively, and manually use the import option. + +What it _does_ have is: + +* GTK interface pages for + - Unlock wallet key + - List IOUs + - List IOU details and deltas (transactions) + - Import data and/or delta (QR or pasted text) + - Import summary and accept page + - Create new ledger entry page +* Testdata generator for tests and demonstrating state of UI: + - Create keys for Alice and (main) Bob, aswell as two additional Bobs + - Symlinks to use (main) Bob key instead of Alice as identity for UI + - A configurable number of randomized ledger entries and deltas +* CLI tool: + - Show details about a ledger entry + - Sign a ledger delta + ## Dependencies