s-a-tanjim / keria

KERI Agent in the cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KERIA

GitHub Actions codecov

KERI Agent in the cloud

Split from KERI Core

Development

Setup

Build from source

  • Setup virtual environment:
    python3 -m venv venv
  • Activate virtual environment:
    source venv/bin/activate
  • Install dependencies:
    pip install -r requirements.txt
  • Run agent:
    keria start --config-dir scripts --config-file demo-witness-oobis

Build with docker

  • Build KERIA docker image:
    make build-keria

Running Tests

  • Install pytest:

      pip install pytest
  • Run the test suites:

      pytest tests/

About

KERI Agent in the cloud

License:Apache License 2.0


Languages

Language:Python 98.4%Language:HTML 1.1%Language:Dockerfile 0.2%Language:JavaScript 0.2%Language:CSS 0.1%Language:Makefile 0.1%