manual set urls for external collection

This commit is contained in:
Mik-TF
2024-05-13 19:10:10 -04:00
parent a4efec1aa3
commit 280652166f
40 changed files with 79 additions and 80 deletions

View File

@@ -15,7 +15,7 @@ We present different methods to delete contracts on the TFGrid.
## Using the Dashboard
To cancel contracts with the Dashboard, consult the [Contracts List](../../dashboard/deploy/your_contracts.md) documentation.
To cancel contracts with the Dashboard, consult the [Contracts List](dashboard@@your_contracts) documentation.
## Using GraphQL and Polkadot UI
@@ -31,7 +31,7 @@ query MyQuery {
```
replace `TWIN_ID` with your twin id. The information should be available on the [Dashboard](../../dashboard/dashboard.md).
replace `TWIN_ID` with your twin id. The information should be available on the [Dashboard](dashboard@@dashboard).
Then from [polkadot UI](https://polkadot.js.org/apps/), add the tfchain endpoint to development.

View File

@@ -13,13 +13,13 @@
This document will explain how you can transfer TFT from Tfchain to Stellar and back.
For more information on TFT bridges, read [this documentation](../threefold_token/tft_bridges/tft_bridges.md).
For more information on TFT bridges, read [this documentation](threefold_token@@tft_bridges).
## Prerequisites
- [Stellar wallet](../threefold_token/storing_tft/storing_tft.md)
- [Stellar wallet](threefold_token@@storing_tft)
- [Account on TFChain (use TF Dashboard to create one)](../dashboard/wallet_connector.md)
- [Account on TFChain (use TF Dashboard to create one)](dashboard@@wallet_connector)
![](./img/bridge.png)