Newer
Older
Internal service.
Connection manager accepts requests for proofs, that are coming from @ocm-engine/gateway api, then converts them to events and pushes to a NATS stream with specific for the event subject.
## Proof Manager setup
### From the root of the project run:
#### Install dependencies
```
yarn install
```
#### Copy .env.example to .env
```
cp .env.exampe .env
```
Do changes to the .env according to your needs.
#### Start the agent locally:
```
yarn serve:pm
```