Skip to content

Commit

Permalink
chore: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil91 committed Jan 30, 2024
1 parent f9b1d54 commit 8d5505f
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
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

0 comments on commit 8d5505f

Please sign in to comment.