Skip to content

WebOfTrust/keria

Repository files navigation

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/