Skip to content

Commit

Permalink
Update node_setup_identifiers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat authored Dec 29, 2023
1 parent a514067 commit 17de124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/node_tutorials/node_setup_identifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ yarn add typescript ts-node --dev
Install Veramo core and plugins

```bash
yarn add @veramo/core @veramo/credential-w3c @veramo/data-store @veramo/did-manager @veramo/did-provider-ethr @veramo/did-resolver @veramo/key-manager @veramo/kms-local ethr-did-resolver web-did-resolver
yarn add @veramo/core @veramo/credential-w3c @veramo/data-store @veramo/did-manager @veramo/did-provider-ethr @veramo/did-resolver @veramo/key-manager @veramo/kms-local ethr-did-resolver web-did-resolver did-resolver
```

Install `sqlite`

```bash
yarn add sqlite3
yarn add sqlite3 typeorm
```

Add a tsconfig.json to your project
Expand Down

0 comments on commit 17de124

Please sign in to comment.