Skip to content

Commit

Permalink
Tutorial tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
olegnn committed Oct 30, 2024
1 parent 8af66d1 commit bf25dd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tutorials/src/tutorial_resolver.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Following is an example to build a custom Ethereum resolver. It uses the library
as configuration. The example below uses Infura to get access to an Ethereum node and read the DID off Ethereum.

```js
import { Resolver } from "@docknetwork/credential-sdk/resolver";
import { parseDIDUrl } from "@docknetwork/credential-sdk/utils";
import ethr from "ethr-did-resolver";

Expand Down

0 comments on commit bf25dd1

Please sign in to comment.