Skip to content

kentbull/keri-clj

Repository files navigation

keri-clj

The Clojure implementation of the KERI and ACDC protocols based on the Python reference implementation KERIpy and KERIA.

Client libraries will eventually include a SignifyCLJ styled after the Typescript client library SignifyTS.

For reference see the KERI whitepaper

Installation

Download from https://github.com/kentbull/keri-clj

Usage

TODO: Fix these instructions. They are the default instructions. Add in the first CLI command (KLI) to initialize the keystore for an identifier. Then show another example of creating a cryptographic salt.

Run the project directly, via :exec-fn:

$ clojure -X:run-x
Hello, KERI CLJ!    

Run the project directly, via :main-opts (-m keri.keri-clj):

$ clojure -M:run-m
Hello, KERI CLJ!

Run the project's tests (they'll fail until you edit them):

$ clojure -T:build test

Run the project's CI pipeline and build an uberjar (this will fail until you edit the tests to pass):

$ clojure -T:build ci

This will produce an updated pom.xml file with synchronized dependencies inside the META-INF directory inside target/classes and the uberjar in target. You can update the version (and SCM tag) information in generated pom.xml by updating build.clj.

If you don't want the pom.xml file in your project, you can remove it. The ci task will still generate a minimal pom.xml as part of the uber task, unless you remove version from build.clj.

Run that uberjar:

$ java -jar target/keri-clj-0.1.0-SNAPSHOT.jar

Options

greet

Future options

  • init
  • incept
  • salt

Examples

...

Bugs

...

Libraries

clj-matic

License

Copyright © 2023 Kent Bull

_Licensed under the Apache License version 2.0

About

Clojure implementation of the KERI and ACDC protocols.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published