# DID Connect

Your Platform to Build Identity Applications, for more detail please checkout [didconnect.io](https://www.didconnect.io)

## How To Get Started

### 1. install `DID Connect` from ABT Node marketplace

### 2. config the required environments

#### 2.1 MONGO_URI

A valid MongoDB connection url like:

```
mongodb://127.0.0.1:27017/did-connect-service
```

#### 2.2 APP_CHAIN_ID

A valid chain id, you can start a chain by `Blockchain Manager` blocklet, or you can use our test chain:

```
// zinc chain id:
zinc-2019-05-17
```

#### 2.3 APP_CHAIN_HOST

A valid chain host, you can start a chain by `Blockchain Manager` blocklet, or you can use our test chain:

```
// zinc chain host:
https://zinc.abtnetwork.io/api
```

### 3. start the blocklet
