From 5976c70aa2fda4e2c1dc065e97f54bacaed19751 Mon Sep 17 00:00:00 2001 From: "ic.explorer" Date: Sat, 25 Jan 2025 12:23:15 +0800 Subject: [PATCH] Add ICExplorer to showcase --- community/communityProjects.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/community/communityProjects.ts b/community/communityProjects.ts index 4b3311058d..2da368e02d 100644 --- a/community/communityProjects.ts +++ b/community/communityProjects.ts @@ -2083,6 +2083,21 @@ const communityProjects: SampleItem[] = [ contentType: ["code samples", "community repo", "live demos"], image: "/img/showcase/BR-DAO_logo.svg", }, + { + index: 128, + title: "IC-Explorer", + body: "Empowering AI with Data on Chain, Fueling Innovation.", + links: { + github: "https://github.com/Token-Explorer-Hi/ic-data", + livePreview: "https://www.icexplorer.io", + otherLinks: ["https://x.com/ICExplorer_io"], + }, + domains: ["Website"], + level: "advanced", + languages: ["motoko", "javascript"], + contentType: ["code samples", "community repo", "live demos"], + image: "/img/showcase/ic-explorer_logo.png", + }, ];