Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes #65

Merged
merged 2 commits into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion builders/interact/substrate-api/wallets/subwallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ SubWallet comes pre-configured with support for the Tanssi Dancebox TestNet, but
1. Search for `Dancebox`
2. Toggle the slider on to enable support for Dancebox

![Toggle support for the Dancebox Testnet](/images/builders/interact/substrate-api/wallets/subwallet/subwallet-6.png)
![Toggle support for the Dancebox TestNet](/images/builders/interact/substrate-api/wallets/subwallet/subwallet-6.png)

If you have a balance of Dancebox tokens, you'll see your account balance on the homepage of the SubWallet wallet. By default, all balances are hidden in SubWallet, but if you press the eye icon, you can toggle balance visibility.

Expand Down
2 changes: 1 addition & 1 deletion builders/interact/substrate-api/wallets/talisman.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ On the following screen, take the following steps:

## Connecting Talisman to the Tanssi Dancebox TestNet {: #connecting-talisman-to-the-tanssi-dancebox-testnet }

Talisman already comes pre-configured with support for the Tanssi Dancebox Testnet. You just need to first ensure that you have enabled support for TestNets on Talisman. Remember that the Tanssi Dancebox TestNet itself is not a ContainerChain; it is the Substrate-based parachain that orchestrates and manages the launch of Tanssi ContainerChains. To configure your Talisman to work with Dancebox, take the following steps:
Talisman already comes pre-configured with support for the Tanssi Dancebox TestNet. You just need to first ensure that you have enabled support for TestNets on Talisman. Remember that the Tanssi Dancebox TestNet itself is not a ContainerChain; it is the Substrate-based parachain that orchestrates and manages the launch of Tanssi ContainerChains. To configure your Talisman to work with Dancebox, take the following steps:

1. Open the Talisman extension and click on the Talisman logo
2. Select **Settings**
Expand Down
4 changes: 2 additions & 2 deletions builders/tanssi-network/networks/dancebox/overview.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Get Started with Dancebox
description: The Tanssi TestNet, named Dancebox, is the easiest way to get started with the Tanssi Network. Follow this tutorial to connect to the TestNet.
description: Dancebox is the Tanssi TestNet, and it is the easiest way to get started with the Tanssi Network to deploy your Substrate or EVM Appchain as a ContainerChain.
---

# Get Started with Dancebox

## Introduction

Dancebox is the first public Tanssi testnet, allowing teams to onboard and get their Appchains up and running in minutes.
Dancebox is the first public Tanssi TestNet, allowing teams to onboard and get their Appchains up and running in minutes.

To get an Appchain deployed as a ContainerChain through Tanssi, after [getting the required tokens](#get-testnet-tokens), just follow the [registration steps in the Dapp](/builders/deploy/dapp/){target=_blank}.

Expand Down
Loading