A core service for the Organizational Credential Manager, providing the DIDComm functionality and initializing the agent, wallet and ledger interactions of the whole application.
with the default exposed ports:
Dependencies:
$ yarn
If docker is not installed, Install docker.
If docker-compose is not installed, Install docker-compose.
(optional) Postgres GUI https://dbeaver.io/download/
Each service in the Organizational Credential Manager can be run from the infrastructure repository with Docker.
The .env files are in the infrastructure repository under /env
## production in:
./deployment/ci
## development in:
./deployment/dev
(optional) Edit docker-compose.yml in "infrastructure" to use either /ci/ or /dev/ Dockerfiles.
Run while in "infrastructure" project:
$ docker-compose up --build
Information regarding the agent operation is stored internally on SQLite, on ledger and in the wallet of the agent.
GAIA-X OCM Connection Manager is Open Source software released under the Apache 2.0 license.
Generated using TypeDoc