This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update inmemory node example to use sdk@5.1.0
- Loading branch information
1 parent
c376bfa
commit 38b90a6
Showing
5 changed files
with
345 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
db | ||
db | ||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
Oops, something went wrong.