-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,25 @@ | ||
# ssi-credential-issuer | ||
# SSI-Credential-Issuer | ||
|
||
This repository contains the backend code for the SSI Credential Issuer written in C#. | ||
|
||
## How to build and run | ||
|
||
Install [the .NET 8.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 | ||
``` | ||
|
||
## License | ||
|
||
Distributed under the Apache 2.0 License. | ||
See [LICENSE](./LICENSE) for more information |