Skip to content

Commit

Permalink
fix: updates documentation to state DID document perequisite
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedolaibrahim committed Jul 1, 2021
1 parent 3a5c4be commit 4057da9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -25,6 +25,8 @@ For development purposes, please follow below steps to integrate the library wit
`iam-client-lib` is written in TypeScript. Make sure to have Node.js (>= v10) installed.
Create a folder named **_iam-client-lib_** and clone this GIT project.

Also note that having a DID document is a prerequisite for using iam and during initialization the user will be asked to create document if one doesn't exsit.

### Install

Latest stable version
Expand Down Expand Up @@ -126,6 +128,8 @@ export class App {
});
}



async initializeIAM() {
// this will authenticate
const { did, connected } = await this._iam.initializeConnection();
Expand Down

0 comments on commit 4057da9

Please sign in to comment.