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 Cardano Looking Glass and NFT Playground to Builder Tools #1314

Merged
merged 6 commits into from
Sep 17, 2024
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
16 changes: 16 additions & 0 deletions src/data/builder-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -1138,6 +1138,22 @@ export const Showcases = [
website: "https://github.com/SAIB-Inc/Cardano.Sync",
getstarted: null,
tags: ["net", "sdk", "chainindex"]
},
{
title: "Cardano Looking Glass",
description: "A visual blockchain explorer which supports CIP54 and CIP68 Smart NFTs.",
preview: require("./builder-tools/clg.png"),
website: "https://clg.wtf/",
rphair marked this conversation as resolved.
Show resolved Hide resolved
getstarted: null,
tags: ["nft", "hosted"]
},
{
title: "NFT Playground",
description: "An integrated development environment for building CIP54-compliant Smart NFTs.",
preview: require("./builder-tools/nft-playground.png"),
website: "https://nft-playground.dev/",
getstarted: "https://nft-playground.dev/help",
tags: ["IDE", "sdk", "hosted", "nft", "javascript"]
}
];

Expand Down
Binary file added src/data/builder-tools/clg.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/nft-playground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading