Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 602 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 602 Bytes

SSI-Authority-Schema-Registry

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

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

License

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