# IDX constants

## Installation

```sh
npm install @ceramicstudio/idx-constants
```

## Usage

```ts
import { definitions, schemas } from '@ceramicstudio/idx-constants'

// `idx` is an instance of IDX
await idx.get(definitions.basicProfile, 'did:3:...')
```

## License

Apache-2.0 OR MIT
