# @jolocom/jolo-did-registrar

> This module encapsulates the logic required to anchor Jolocom Identities using an instance of the Jolocom [registry smart contract](../registry-contract) and an IPFS gateway. Additional functionality for updating the DID Document with a public profile is

Latest version **1.0.2** (published 2022-04-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install @jolocom/jolo-did-registrar
pnpm add @jolocom/jolo-did-registrar
yarn add @jolocom/jolo-did-registrar
bun add @jolocom/jolo-did-registrar
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2022-04-29 |
| First published | 2020-08-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 24.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | clungu, exulansis, jolocom-dev, mnzaki |

## Links

- npm: https://www.npmjs.com/package/@jolocom/jolo-did-registrar
- npm.io page: https://npm.io/package/@jolocom/jolo-did-registrar

## Dependencies (5)

- [form-data](https://npm.io/package/form-data.md) ^3.0.0
- [node-fetch](https://npm.io/package/node-fetch.md) ^2.6.1
- [detect-node](https://npm.io/package/detect-node.md) ^2.0.4
- [@jolocom/registry-contract](https://npm.io/package/@jolocom/registry-contract.md) 1.0.4
- [@decentralized-identity/did-common-typescript](https://npm.io/package/@decentralized-identity/did-common-typescript.md) ^0.1.19

## Recent versions

- 1.0.2 (latest) — 2022-04-29
- 1.0.0 — 2020-11-16
- 1.0.0-rc6 — 2020-10-12
- 1.0.0-rc5 — 2020-08-25
- 1.0.0-rc4 — 2020-08-23
- 1.0.0-rc3 — 2020-08-23
- 1.0.0-rc2 — 2020-08-23
- 1.0.0-rc.1 — 2020-08-23
- 1.0.0-rc.0.1 — 2020-08-22

## README

# @jolocom/jolo-did-registrar

This module encapsulates the logic required to anchor Jolocom Identities using an instance of the Jolocom [registry smart contract](../registry-contract) and an IPFS gateway.
Additional functionality for updating the DID Document with a public profile is also exposed.

*Please note that this module is not meant to be used directly, but rather through an integration with the Jolocom Library ([source](https://github.com/jolocom/jolocom-lib/blob/next/ts/didMethods/jolo/registrar.ts#L33)).*

For logic related to resolving identities and associated public profiles, check out the [@jolocom/jolo-did-resolver](../jolo-did-resolver) package.

---
_Source: https://npm.io/package/@jolocom/jolo-did-registrar · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
