diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-06 21:50:05 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-06 21:50:05 -0800 |
commit | 728e71d19ff3682ef9440be6ff9dd2d6c17c6080 (patch) | |
tree | 0658d8049e90bb8073923c5f63a7e3b805d5df7f | |
parent | 55cad7251ecdda15989842d3b686e46d0b42df0e (diff) | |
download | adenosine-728e71d19ff3682ef9440be6ff9dd2d6c17c6080.tar.gz adenosine-728e71d19ff3682ef9440be6ff9dd2d6c17c6080.zip |
README: don't mention tauri for now
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -16,11 +16,10 @@ 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: +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` |