KERIA

GitHub Actions codecov

KERI Agent in the cloud

Split from KERI Core

Development

Setup

Build from source

  • Setup virtual environment: bash     python3 -m venv venv

  • Activate virtual environment: bash     source venv/bin/activate

  • Install dependencies: bash     pip install -r requirements.txt

  • Run agent: bash     keria start --config-dir scripts --config-file demo-witness-oobis

Build with docker

  • Build KERIA docker image: bash     make build-keria

Running Tests

  • Install pytest: bash       pip install pytest

  • Run the test suites: bash       pytest tests/