ethr-did icon indicating copy to clipboard operation
ethr-did copied to clipboard

Create ethr DIDs

Results 13 ethr-did issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`28.1.4` -> `29.1.2`](https://renovatebot.com/diffs/npm/@types%2fjest/28.1.4/29.1.2) |...

maintenance

The docs for `ethr-did-registry` mention this: > Since each Ethereum transaction has to be funded, there is a growing trend of on-chain transactions that are authenticated via an externally created...

enhancement

Hi, I'm just curious. Does ethr-did work with `web3.js` without `Ethers.js`? Is there a working example? Thanks.

Hi, to understand better how to validate a DID on-chain and off-chain. It will be great to have full examples. Examples (recomendation): 1- how to create a DID on-chain and...

help wanted
documentation

@mirceanis Adds the same esm module wrapping like in: https://github.com/decentralized-identity/ethr-did-resolver/commit/d2bbeafbd2d77308f12d73f952b0b9940431dd83 Also updated ethr-did-resolver to alpha to test the esm module from there as well already and it seems to work....

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`6.4.0` -> `7.3.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.4.0/7.3.1) |...

maintenance

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | major | `v3` -> `v4` | ---...

maintenance

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://togithub.com/babel/babel/tree/HEAD/packages/babel-core)) | [`7.22.10` -> `7.24.3`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.22.10/7.24.3) |...

maintenance

### Current Behavior What is the current behavior? Getting the error: `Cannot read properties of undefined (reading 'getResolver')` when importing `ethr-did` in a completely new React app generated with `create...

bug