KERIA¶
KERI Agent in the cloud
Split from KERI Core
Development¶
Setup¶
Ensure Python
version 3.10.4+is installedInstall Keripy dependency (
libsodium 1.0.18+)
Build from source¶
Setup virtual environment:
bash python3 -m venv venvActivate virtual environment:
bash source venv/bin/activateInstall dependencies:
bash pip install -r requirements.txtRun 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 pytestRun the test suites:
bash pytest tests/