Skip to content

Commit

Permalink
enhance docs at minting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehab-hassan committed Jul 10, 2024
1 parent bb09893 commit 06f2fcc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 0 additions & 2 deletions packages/playground/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,6 @@ function createTFChainRoutes(): RouteRecordRaw[] {
{
path: DashboardRoutes.TFChain.TFMintingReports,
component: () => import("../views/minting_view.vue"),
meta: { title: "Minting", info: { page: "info/minting.md" }, publicPath: true },
},
],
},
Expand Down Expand Up @@ -694,7 +693,6 @@ function createDeployRoutes(): RouteRecordRaw[] {
component: () => import("../dashboard/contracts_list.vue"),
meta: {
title: "Your Contracts List",
// info: { page: "info/contracts_list.md" },
},
},

Expand Down
15 changes: 11 additions & 4 deletions packages/playground/src/views/minting_view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,23 @@
<v-card-title class="pa-0">TF Minting Reports</v-card-title>
</v-card>
<v-alert class="mb-4 text-subtitle-2 font-weight-regular" type="info" variant="tonal">
For more information about minting check
<a
class="app-link font-weight-medium"
target="_blank"
href="https://www.manual.grid.tf/documentation/faq/faq.html#what-is-the-tft-minting-process-is-it-fully-automated"
>TFT minting process.
</a>
<br />
The user can verify the 3Nodes' payments on Stellar Blockchain through the Threefold's
<a
class="app-link font-weight-medium"
target="_blank"
href="https://www.manual.grid.tf/documentation/dashboard/tfchain/tf_minting_reports.html"
>minting tool,
>minting tool.
</a>

Also the TFT minting address on Stellar Chain:
<br />
TFT minting address on Stellar Chain:
<a
class="app-link font-weight-medium"
target="_blank"
Expand All @@ -22,7 +30,6 @@
>
<br />
</v-alert>
<v-alert variant="tonal" type="warning" class="mb-4"> All data subject to change </v-alert>
<v-form class="d-inline-flex w-100">
<FormValidator v-model="isValidForm">
<InputValidator
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/src/weblets/tf_contracts_list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
href="https://www.manual.grid.tf/documentation/developers/tfchain/tfchain.html"
>Contract Documentation,
</a>
To explore further contract details, check
and to explore further contract details, check
<a
class="app-link font-weight-medium"
target="_blank"
Expand Down

0 comments on commit 06f2fcc

Please sign in to comment.