Skip to content

Commit

Permalink
Merge branch 'staging' into cl/governance
Browse files Browse the repository at this point in the history
  • Loading branch information
rphair authored Sep 18, 2024
2 parents 240ed8b + 684a006 commit b6f72ba
Show file tree
Hide file tree
Showing 5 changed files with 225 additions and 75 deletions.
4 changes: 2 additions & 2 deletions docs/get-started/cardano-cli/governance/register-drep.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ cardano-cli conway query drep-state \

## Register a Plutus script based DRep

Writing the Plutus script is out of the scope of this tutorial. As an example of what can be done, Tomas Vellekop (@perturbing) wrote this [Plutus Script DRep
Writing the Plutus script is out of the scope of this tutorial. As an example of what can be done, Thomas Vellekoop (@perturbing) wrote this [Plutus Script DRep
that can only vote 'YES'](https://github.com/perturbing/always-yes-drep)

Once you have compiled the Plutus script, the process to register is very similar to Simple scripts.
Expand Down Expand Up @@ -573,4 +573,4 @@ cardano-cli transaction submit --tx-file tx.signed


</TabItem>
</Tabs>
</Tabs>
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/",
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

0 comments on commit b6f72ba

Please sign in to comment.