Skip to content
Merged
Show file tree
Hide file tree
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
Add adahandle due to uniqueness and success
  • Loading branch information
katomm committed Apr 2, 2023
commit abc311b5956d559b539dddce9c56bec6bf20ae2d
Binary file added src/data/showcase/adahandle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/data/showcases.js
Original file line number Diff line number Diff line change
Expand Up @@ -1139,6 +1139,15 @@ export const Showcases = [
source: null,
tags: ["nftproject", "token"],
},
{
title: "adahandle",
description:
"A standardized NFT that developers and users can use to associate an address with a custom and human-readable address.",
preview: require("./showcase/adahandle.png"),
website: "https://adahandle.com",
source: null,
tags: ["nftproject"],
},
];

export const TagList = Object.keys(Tags);
Expand Down