Skip to content
Snippets Groups Projects
README.md 644 B
Newer Older
# OCM ENGINE - Gateway 

External service.

This is the single point of communication, between Client and OCM. 

Gateway have a HTTP API described in gateway-swagger.json. It will accept all valid request and return a UUID. Then after the result is ready the gateway will push result object through websocket. Socket name can be configured according to usage.  


## Attestation 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:gw
```