Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
fix: update inmemory node example to use sdk@5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chereseeriepa committed Jul 26, 2024
1 parent c376bfa commit 38b90a6
Show file tree
Hide file tree
Showing 5 changed files with 345 additions and 194 deletions.
3 changes: 2 additions & 1 deletion examples/node/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
db
db
.env
38 changes: 38 additions & 0 deletions examples/node/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Node Examples

## Prerequisites

- You will need a working mediatorDID, we are currently running a v1 mediator.

## Installation

In this directory, you'll need to run

```bash
npm install
```

## Environment Variables

Set up a `.env` file in this folder, see `.env.example`

```bash
MEDIATOR_DID=
```

## Running the tests

For the
```
npm run start:inmemory
```

TODO
```
npm run start:leveldb
```

TODO:
```
npm run start:indexdb
```
Loading

0 comments on commit 38b90a6

Please sign in to comment.