aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-10-28 16:29:11 -0700
committerBryan Newbold <bnewbold@robocracy.org>2022-10-28 16:29:11 -0700
commit7d33cb1f3c97cf1893bd45ebcb465b6267493f76 (patch)
tree0d94670108e2195a38139719281568631cccdbb1 /README.md
parent8ce259591542af0ba1c17c5435cc8844a9fbed7f (diff)
downloadadenosine-7d33cb1f3c97cf1893bd45ebcb465b6267493f76.tar.gz
adenosine-7d33cb1f3c97cf1893bd45ebcb465b6267493f76.zip
update README with components
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index f7bfea3..6305680 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,16 @@ initially announced in Fall 2022. This might be interesting for other folks to
take a spin with, but isn't intended to host real content from real people. The
goal is to think through how the protocol might work by implementing it.
+Three components planned:
+
+- `adenosine-cli`: command-line client (`adenosine`), partially implemented and working
+- `adenosine-pds`: "small world" personal data server implementation, with data in sqlite, not implemented
+- `adenosine-tauri-gui`: minimal desktop GUI application, not implemented
+
+Not currently planning on implementing the `did:plc` method. Would just stick
+with `did:web` for now, either manually placing `/.well-known/did.json`
+documents on existing servers or trying a wildcard DNS hack.
+
## Quickstart (CLI)