Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Merge branch 'staging' into patch-1
  • Loading branch information
fill-the-fill authored Jan 18, 2023
commit 9077594e1c705ecc6b26fda396a824bd629d0ee5
9 changes: 9 additions & 0 deletions src/data/builder-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,15 @@ export const Showcases = [
getstarted: null,
tags: ["operatortool", "cli"],
},
{
title: "eopsin",
description:
"A simple pythonic programming language for Smart Contracts on Cardano.",
preview: require("./builder-tools/eopsin.png"),
website: "https://github.com/ImperatorLang/eopsin",
getstarted: null,
tags: ["python", "cli", "plutus"],
},
];

export const TagList = Object.keys(Tags);
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.