diff --git a/src/data/builder-tools.js b/src/data/builder-tools.js index d6362848a2..4cb5566aeb 100644 --- a/src/data/builder-tools.js +++ b/src/data/builder-tools.js @@ -251,6 +251,14 @@ const Showcases = [ getstarted: null, tags: ["plutus", "nft"], }, + { + title: "cardano-wallet-interface", + description: "A Javascript/Typescript library to easily interact with the dApp connector of various wallets", + preview: require("./builder-tools/cardano-wallet-interface.png"), + website: "https://github.com/HarmonicPool/cardano-wallet-interface", + getstarted: null, + tags: ["library"], + }, ]; diff --git a/src/data/builder-tools/cardano-wallet-interface.png b/src/data/builder-tools/cardano-wallet-interface.png new file mode 100644 index 0000000000..0f52ddaf91 Binary files /dev/null and b/src/data/builder-tools/cardano-wallet-interface.png differ