https://github.com/sap/ssi-dim-middle-layer
Integration layer between DIM solution and Tractus-X Portal.
https://github.com/sap/ssi-dim-middle-layer
none
Last synced: 9 months ago
JSON representation
Integration layer between DIM solution and Tractus-X Portal.
- Host: GitHub
- URL: https://github.com/sap/ssi-dim-middle-layer
- Owner: SAP
- License: apache-2.0
- Created: 2024-03-22T09:36:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-22T20:54:13.000Z (9 months ago)
- Last Synced: 2025-09-29T04:34:37.178Z (9 months ago)
- Topics: none
- Language: C#
- Size: 561 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://api.reuse.software/info/github.com/SAP/ssi-dim-middle-layer)
# ssi-dim-middle-layer
## About this project
This repository contains the code for the Integration layer between Digital Identity Management (DIM) solution and Tractus-X Portal written in C#. It's used to create a wallet and configure all needed information.
The SSI Dim Middle Layer is currently designed to work with the [Eclipse Tractus-X Portal](https://github.com/eclipse-tractusx/portal) in version [v2.1.0](https://github.com/eclipse-tractusx/portal/tree/portal-2.1.0). The Eclipse Tractus-X Portal is the reference implementation of the portal application for [Catena-X](https://catena-x.net).
For **installation** details and further information, please refer to the chart specific [README](./charts/dim/README.md).
## Requirements and Setup
Install the [.NET 9.0 SDK](https://www.microsoft.com/net/download).
Run the following command from the CLI:
```console
dotnet build src
```
Make sure the necessary config is added to the settings of the service you want to run.
Run the following command from the CLI in the directory of the service you want to run:
```console
dotnet run
```
## Support, Feedback, Contributing
This project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/SAP/ssi-dim-middle-layer/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).
## Security / Disclosure
If you find any bug that may be a security problem, please follow our instructions at [in our security policy](https://github.com/SAP/ssi-dim-middle-layer/security/policy) on how to report it. Please do not create GitHub issues for security-related doubts or problems.
## Known Issues and Limitations
See [Known Knowns](/docs/admin/known-knowns/known-issues-and-limitations.md).
## Code of Conduct
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/SAP/.github/blob/main/CODE_OF_CONDUCT.md) at all times.
## Licensing
Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/ssi-dim-middle-layer).