From 765b20a90e39e040f944e8f4a0ea87836f53676a Mon Sep 17 00:00:00 2001 From: Ty Date: Sat, 29 Jul 2023 18:40:25 -0600 Subject: [PATCH] Add readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dcd1187 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# aspm + +This is the **A**riadne **S**ignature **P**rofile **M**anager, a command line program and rust library implementing the [Ariadne Signature Profile specification v0](https://ariadne.id/related/ariadne-signature-profile-0/). Currently, it is updated to the latest version of the spec as of [ariadne/ariadne-identity-specification@84da4128b9](https://codeberg.org/ariadne/ariadne-identity-specification/commit/84da4128b90bd452544aaf422131efac5e8c312e). + +The command line program is located in `src/`, and the library it uses to do ASP-related things (like creating and signing profiles, or generating keys) is located in `crates/asp`. \ No newline at end of file