Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: move issuance librarary to branch #87

Merged
merged 1 commit into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ The Affinidi Trust Development Kit (Affinidi TDK) is a modern interface that all
The Affinidi TDK provides three type of modules:

- [Clients](clients), which offer methods to access Affinidi services like IAM, Verifier, Wallets, and Login configuation, among others.

- [Libraries](libs), which provide high-level abstractions that combine logic and data to perform necessary business logic functionalities.

- [Packages](packages), which are commonly used utilities/helpers that are self-contained and composable.

Each module has its own README that you can check to better understand how to integrate it into your application.
Expand All @@ -20,8 +17,6 @@ The Affinidi TDK offers the following modules and programming languages:

| | Typescript | Python | Dart |
| ------------------------------------------------- | :------------------------------------------------: | :--------------------------------------------: | :------------------------------------------: |
| **Libraries** |
| [issuance](libs/issuance/README.md) | 🟢 | 🟢 | 🔴 |
| **Packages** |
| [auth-provider](packages/auth-provider/README.md) | 🟢 | 🟢 | 🔴 |
| **Clients** |
Expand Down
Empty file added libs/.gitkeep
Empty file.
24 changes: 0 additions & 24 deletions libs/issuance/.eslintrc.json

This file was deleted.

34 changes: 0 additions & 34 deletions libs/issuance/.gitignore

This file was deleted.

18 changes: 0 additions & 18 deletions libs/issuance/.npmignore

This file was deleted.

81 changes: 0 additions & 81 deletions libs/issuance/README.md

This file was deleted.

35 changes: 0 additions & 35 deletions libs/issuance/helpers/cwe.ts

This file was deleted.

1 change: 0 additions & 1 deletion libs/issuance/helpers/index.ts

This file was deleted.

2 changes: 0 additions & 2 deletions libs/issuance/index.ts

This file was deleted.

154 changes: 0 additions & 154 deletions libs/issuance/issuance.ts

This file was deleted.

Loading
Loading