# getSocialLinks()

### How to use?

```javascript
import { getVESS } from "vess-sdk"

const did = "did:pkh:eip155:1:0x........."
const vess = getVESS()
const vcs = await vess.getSocialLinks(did)
```

### Parameters

did: string

### Return

Promise\<SocialLinks | null>
