eclipse-tractusx / ssi-authority-schema-registry

SSI Authority & Schema Registry
Apache License 2.0
1 stars 5 forks source link

SSI-Authority-Schema-Registry

This repository contains the backend code for the SSI Authority & Schema Registry (SSI ASR) written in C#.

For information about the SSI Authority & Schema Registry, please refer to the documentation, especially the context and scope section in the architecture documentation.

For installation details, please refer to the README.md of the provided helm chart.

How to build and run

Install the .NET 8.0 SDK.

Run the following command from the CLI:

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:

dotnet run

Notice for Docker image

This application provides container images for demonstration purposes.

See Docker notice files for more information:

Contributing

See Contribution details.

License

Distributed under the Apache 2.0 License. See LICENSE for more information