Skip to content

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blelump authored Mar 22, 2024
1 parent 7f3c3e1 commit 76537e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# KERIOX

## Usage

- Running infrastructure, see the following [example](https://github.com/THCLab/dkms-demo/tree/main/infrastructure).
- Running Controller (infrastructure client) see [test](https://github.com/THCLab/keriox/blob/master/keriox_tests/tests/indirect_mode_signing.rs).

## Introduction

KERIOX is an open source Rust implementation of the [ Key Event Receipt Infrastructure (KERI) ](https://weboftrust.github.io/ietf-keri/draft-ssmith-keri.html), a system designed to provide a secure identifier-based trust spanning layer for any stack. [The current version of the KERI paper can be found here](https://github.com/SmithSamuelM/Papers/blob/master/whitepapers/KERI_WP_2.x.web.pdf).
Expand Down Expand Up @@ -30,8 +35,3 @@ For ready to use client libraries, we encourage to visit https://github.com/THCL
For ready to use infrastructure components, see our prebaked Docker images:
* [Witness](https://ghcr.io/thclab/keriox-witness)
* [Watcher](https://ghcr.io/thclab/keriox-watcher)


## Example

See this [repo](https://github.com/THCLab/dkms-demo) that demonstrates the DKMS components usage along with sample apps.

0 comments on commit 76537e1

Please sign in to comment.