KERI Agent in the cloud
Split from KERI Core
- Ensure Python
version 3.10.4+
is installed - Install Keripy dependency (
libsodium 1.0.18+
)
- 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 KERIA docker image:
make build-keria
-
Install
pytest
:pip install pytest
-
Run the test suites:
pytest tests/