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:
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 KERIA docker image:
bash make build-keria
- Install
pytest
:bash pip install pytest
- Run the test suites:
bash pytest tests/