You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: 'Mesh - Open-Source TypeScript SDK for Cardano Blockchain Development',
70
-
description: 'Ship UTXO dApps faster with Mesh. The open-source TypeScript SDK for Cardano blockchain development with React components, wallet integrations, and transaction builders. Trusted by 1M+ downloads.',
68
+
siteName: 'Mesh SDK',
69
+
title: 'Mesh - TypeScript SDK for Cardano Blockchain',
70
+
description: 'Open-source TypeScript SDK for Cardano. Build dApps faster with React components, wallet integrations & transaction builders. 1M+ downloads.',
title: 'Mesh - Open-Source TypeScript SDK for Cardano',
86
-
description: 'Ship UTXO dApps faster with Mesh. Less than 60kB, production-ready, with 1M+ downloads. Build Cardano blockchain applications with TypeScript.',
87
-
images: ['/home/hero.png'],
85
+
title: 'Mesh - TypeScript SDK for Cardano Blockchain',
86
+
description: 'Open-source TypeScript SDK for Cardano. Build dApps faster with React components & transaction builders. 1M+ downloads.',
Copy file name to clipboardExpand all lines: apps/docs/content/docs/apis/txbuilder/minting.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ In this page, you will find the APIs to create transactions for minting and burn
25
25
26
26
## Minting with One Signature
27
27
28
-
In this section, we will see how to mint native assets with a `MeshTxBuilder`. For minting assets with a smart contract visit [this documentation](https://meshjs.dev/apis/txbuilder/smart-contracts#minting-assets-with-plutus-script).
28
+
In this section, we will see how to mint native assets with a `MeshTxBuilder`. For minting assets with a smart contract visit [this documentation](/apis/txbuilder/smart-contracts#minting-assets-with-plutus-script).
29
29
30
30
Firstly, we need to define the `forgingScript` with `ForgeScript`. We use the first wallet address as the "minting address" (you can use other addresses).
0 commit comments