From 4d36647eea5d9994f4e036d81beb8f49d25f6493 Mon Sep 17 00:00:00 2001 From: Henry Harder Date: Thu, 17 Jan 2019 23:46:34 -0800 Subject: [PATCH] Add ParadigmCore to ecosystem.json (#3145) Adding the OrderStream network client (alpha), ParadigmCore, to the `ecosystem.json` file. --- docs/app-dev/ecosystem.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/app-dev/ecosystem.json b/docs/app-dev/ecosystem.json index 570597013..9e264af2f 100644 --- a/docs/app-dev/ecosystem.json +++ b/docs/app-dev/ecosystem.json @@ -63,6 +63,13 @@ "author": "Zach Balder", "description": "Public service reporting and tracking" }, + { + "name": "ParadigmCore", + "url": "https://github.com/ParadigmFoundation/ParadigmCore", + "language": "TypeScript", + "author": "Paradigm Labs", + "description": "Reference implementation of the Paradigm Protocol, and OrderStream network client." + }, { "name": "Passchain", "url": "https://github.com/trusch/passchain",