Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
8 changes: 8 additions & 0 deletions src/data/builder-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,14 @@ const Showcases = [
getstarted: "/docs/get-started/cscli",
tags: ["getstarted", "cli"],
},
{
title: "HeliosLang",
description: "A DSL for writing Cardano Smart Contracts. Reference compiler is a single Javascript file without dependencies.",
preview: require("./builder-tools/helioslang.png"),
website: "https://github.com/Hyperion-BT/Helios",
getstarted: null,
tags: ["javascript", "library", "plutus"],
},
];

export const TagList = Object.keys(Tags);
Expand Down
Binary file added src/data/builder-tools/helioslang.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.