Skip to content

Commit

Permalink
Add getting started link to Lucid (#1172)
Browse files Browse the repository at this point in the history
Add getting started link to Lucid in builder tools
  • Loading branch information
katomm authored Nov 18, 2023
1 parent f791c08 commit d47c2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/builder-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ export const Showcases = [
description: "Lucid is a library, which allows you to create Cardano transactions and off-chain code for your Plutus contracts in JavaScript and Node.js.",
preview: require("./builder-tools/lucid.png"),
website: "https://github.com/Berry-Pool/lucid#readme",
getstarted: null,
getstarted: "https://lucid.spacebudz.io/docs/getting-started/choose-wallet/",
tags: ["javascript", "sdk", "plutus"]
},
{
Expand Down

0 comments on commit d47c2ac

Please sign in to comment.