swiftinc / mgw-dotnet

Sample .NET client application using SWIFT Microgateway to make SWIFT API calls.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mgw-dotnet

Overview

Sample .NET client application using SWIFT Microgateway to make SWIFT API calls.

Getting Started

Prerequisites

Set up a new .Net project in your preferred IDE.

Install packages

dotnet add package JWT --version 8.2.2

dotnet add package JsonWebTokens --version 4.0.0

dotnet add package Microsoft.IdentityModel.Tokens --version 6.11.0

Run

dotnet run

License

Apache v2.0

SWIFT is not liable for the usage of this sample app.

About

Sample .NET client application using SWIFT Microgateway to make SWIFT API calls.

License:Apache License 2.0


Languages

Language:C# 100.0%