Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Here you'll find full example integration apps using our [**client libraries**][
- [Ruby](#ruby)
- [Go](#go)
- [Java](#java)
- [.NET](#net) (community support only)
- [2. Running the frontend](#2-running-the-frontend)
- [Run with Docker](#run-with-docker)
- [Pre-requisites](#pre-requisites-1)
Expand Down Expand Up @@ -155,6 +156,10 @@ mvn clean package
./start.sh
```

##### .NET

A community-supported implementation of the Plaid Quickstart using the [Going.Plaid](https://github.com/viceroypenguin/Going.Plaid) client library can be found at [PlaidQuickstartBlazor](https://github.com/jcoliz/PlaidQuickstartBlazor). Note that Plaid does not provide first-party support for .NET client libraries and that this Quickstart and client library are not created, reviewed, or supported by Plaid.

#### 2. Running the frontend

```bash
Expand Down