Skip to content

Commit

Permalink
docs: add all modules usage (#12)
Browse files Browse the repository at this point in the history
* feat: add credentials and proofs modules with dedicated functions

Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>

* chore: upgrade aries-framework packages to 0.4.2

Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>

* refactor: remove isWalletImportable method

Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>

* fix: provider import in proof module

Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>

* fix: add agent param in all the methods

Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>

* feat: add basic message and notifications module

Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>

* docs: add all modules usage

Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>

* refactor: imports of all modules

Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>

* docs: add link to readme

Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>

* fix: doc link

Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>

---------

Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>
  • Loading branch information
sairanjit authored Oct 16, 2023
1 parent e91ed22 commit 9dfb613
Show file tree
Hide file tree
Showing 12 changed files with 542 additions and 109 deletions.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# adeya-sdk
# ADEYA SDK

[![Pipeline](https://github.com/credebl/adeya-sdk/actions/workflows/pipeline.yaml/badge.svg?branch=main)](https://github.com/credebl/adeya-sdk/actions/workflows/pipeline.yaml)

### Packages

<table>
<tr>
<th><b>Package</b></th>
<th><b>Stable Version</b></th>
<th><b>Unstable Version</b></th>
</tr>
<tr>
<td><a href="https://github.com/credebl/adeya-sdk/tree/main/packages/ssi">@adeya/ssi</a></td>
<td>
<a href="https://npmjs.com/package/@adeya/ssi">
<img alt="@adeya/ssi version" src="https://img.shields.io/npm/v/@adeya/ssi.svg"/>
</a>
</td>
<td>
<a href="https://npmjs.com/package/@adeya/ssi">
<img alt="@adeya/ssi version" src="https://img.shields.io/npm/v/@adeya/ssi/alpha.svg"/>
</a>
</td>
</tr>
</table>
Loading

0 comments on commit 9dfb613

Please sign in to comment.