We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015dc73 commit 0baac4eCopy full SHA for 0baac4e
README.md
@@ -5,7 +5,7 @@
5
## Usage
6
7
```ts
8
-import { EthereumDidResolver, EthereumDidRegistrar, EthereumModule } from 'credo-ethr-module'
+import { EthereumDidResolver, EthereumDidRegistrar, EthereumModule } from '@bhutan-ndi/ethr-credo-module'
9
10
const agent = new Agent({
11
config: {
@@ -26,5 +26,6 @@ const agent = new Agent({
26
schemaManagerContractAddress: 'schemaManagerContractAddress' // ethereum schema manager contract address,
27
serverUrl: 'serverUrl' // ethereum file server url,
28
}),
29
+ }
30
})
31
```
0 commit comments