Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Koios + Ogmios Java Clients to Builder Tools, plus ogmios + kotlin tags #936

Merged
merged 1 commit into from
Jan 26, 2023
Merged
Show file tree
Hide file tree
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
54 changes: 44 additions & 10 deletions src/data/builder-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,22 @@ export const Tags = {
color: '#fce300',
},

// Koios
koios: {
label: "Koios",
description: "Koios and its integrations",
icon: null,
color: "#b84421"
},

// Kotlin
kotlin: {
label: "Kotlin",
description: "Kotlin language",
icon: null,
color: "#9c21b8"
},

// Marlowe
marlowe: {
label: "Marlowe",
Expand All @@ -106,6 +122,14 @@ export const Tags = {
color: '#fe6829',
},

// Ogmios
ogmios: {
label: "Ogmios",
description: "Ogmios and its integrations",
icon: null,
color: "#ff6d01"
},

// Stake Pool Operator Tools
operatortool: {
label: "Operator Tool",
Expand Down Expand Up @@ -270,14 +294,6 @@ export const Tags = {
icon: null,
color: "#4a69BD"
},

// Koios
koios: {
label: "Koios",
description: "Koios and its integrations",
icon: null,
color: "#4d21b8"
},
rphair marked this conversation as resolved.
Show resolved Hide resolved
};

// Add your builder tool to (THE END OF) this list.
Expand Down Expand Up @@ -395,7 +411,7 @@ export const Showcases = [
preview: require("./builder-tools/ogmios.png"),
website: "https://ogmios.dev",
getstarted: "/docs/get-started/ogmios",
tags: ["favorite", "websocket", "json", "lowlevel"],
tags: ["favorite", "ogmios", "websocket", "json", "lowlevel"],
},
{
title: "Cardano Client Library",
Expand Down Expand Up @@ -873,7 +889,7 @@ export const Showcases = [
preview: require("./builder-tools/kogmios.png"),
website: "https://github.com/projectNEWM/kogmios",
getstarted: null,
tags: ["sdk", "java", "lowlevel"],
tags: ["ogmios", "sdk", "kotlin", "lowlevel"],
},
{
title: "Cardano Verify Datasignature",
Expand Down Expand Up @@ -916,6 +932,22 @@ export const Showcases = [
getstarted: null,
tags: ["python", "cli", "plutus"],
},
{
title: "Koios Java Client",
description: "A Java API library for interacting with Koios Server instances.",
preview: require("./builder-tools/koios-java-client.png"),
website: "https://github.com/cardano-community/koios-java-client",
getstarted: null,
tags: ["koios", "java", "sdk"],
},
{
title: "Ogmios Java Client",
description: "A Java API library for interacting with Ogmios.",
preview: require("./builder-tools/ogmios-java-client.png"),
website: "https://github.com/adabox-aio/ogmios-java-client",
getstarted: null,
tags: ["ogmios", "websocket", "java", "sdk"],
},
];

export const TagList = Object.keys(Tags);
Expand All @@ -938,7 +970,9 @@ export const LanguagesOrTechnologiesTags = [
"javascript",
"json",
"koios",
"kotlin",
"net",
"ogmios",
"purescript",
"python",
"redis",
Expand Down
Binary file added src/data/builder-tools/koios-java-client.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/data/builder-tools/ogmios-java-client.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.