diff --git a/.gitignore b/.gitignore index 522fffb0..899d7b6c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,4 @@ coverage/lcov-report/** coverage/coverage-summary.json junit.xml lcov.info -build -docs \ No newline at end of file +build \ No newline at end of file diff --git a/README.md b/README.md index fc950e41..8cd94d1f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ Not ready for production use most of the methods are not yet implemented!! | --------------------------- | ----------------------- | ------------------------- | ----------------- | | ![Statements](https://raw.githubusercontent.com/elribonazo/pluto-encrypted/master/coverage/badge-statements.svg) | ![Branches](https://raw.githubusercontent.com/elribonazo/pluto-encrypted/master/coverage/badge-branches.svg) | ![Functions](https://raw.githubusercontent.com/elribonazo/pluto-encrypted/master/coverage/badge-functions.svg) | ![Lines](https://raw.githubusercontent.com/elribonazo/pluto-encrypted/master/coverage/badge-lines.svg) | + +### Documentation + +[SDK Reference](/modules.md) + ## USAGE To install simply run diff --git a/package.json b/package.json index 8a742b4d..d751b262 100644 --- a/package.json +++ b/package.json @@ -135,6 +135,9 @@ "@input-output-hk/atala-prism-wallet-sdk": "file:./sdk" }, "dependencies": { + + "dexie": "^3.2.4", + "dexie-encrypted": "https://github.com/metafig/dexie-encrypted.git", "reflect-metadata": "^0.1.13", "rxdb": "^14.17.0", "uuid": "^9.0.1"