Skip to content

Commit

Permalink
Add Multisig platform to Showcases & update Mesh SDK description (#1355)
Browse files Browse the repository at this point in the history
* update mesh docs

* Update docs/get-started/mesh/overview.md

Co-authored-by: Robert Phair <[email protected]>

* update mesh desc and add multisig platform

* update mesh desc

Co-authored-by: Robert Phair <[email protected]>

* point multisig platform url to feature page

Co-authored-by: Robert Phair <[email protected]>

* fix build error

---------

Co-authored-by: Robert Phair <[email protected]>
  • Loading branch information
jinglescode and rphair authored Nov 20, 2024
1 parent 1882fd0 commit d6a4c7e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions 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 @@ -850,7 +850,7 @@ export const Showcases = [
},
{
title: "Mesh SDK",
description: "An Open-Source library by Martify Labs with the purpose of making building dApps on Cardano easier than ever. The Mesh library is engineered to simplify the development and implementation of blockchain technology, so you can focus on your project.",
description: "A feature-complete, open-source TypeScript SDK and off-chain framework including wallet integration, transaction building, a smart contract library, third-party API integration, and UI components: with thorough documentation and live demos for all skill levels.",
preview: require("./builder-tools/mesh.png"),
website: "https://meshjs.dev/",
getstarted: "/docs/get-started/mesh/overview",
Expand Down
Binary file added src/data/showcase/mesh-multisig-platform.jpg
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 @@ -1184,6 +1184,15 @@ export const Showcases = [
source: null,
tags: ["governance", "analytics"],
},
{
title: "Multisig Platform",
description:
"Secure your treasury and participant in governance, as a team with multi-signature.",
preview: require("./showcase/mesh-multisig-platform.jpg"),
website: "https://multisig.meshjs.dev/features",
source: null,
tags: ["governance", "wallet", "daotool"],
},
{
title: "Tempo",
description:
Expand Down

0 comments on commit d6a4c7e

Please sign in to comment.