Skip to content

Commit a33fc9c

Browse files
authored
docs(tokens): update no-code setup documentation (#1357)
1 parent 2ef91c4 commit a33fc9c

File tree

1 file changed

+5
-5
lines changed
  • src/content/docs/dev/send-tokens/interchain-tokens

1 file changed

+5
-5
lines changed

src/content/docs/dev/send-tokens/interchain-tokens/no-code.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
interactive form through the wizard.
88
</Callout>
99

10-
# No-Code (ITS Portal)
10+
# No Code Setup
1111

1212
import { Callout } from "/src/components/callout";
1313

14-
The quickest way to begin exploring and deploying [interchain tokens](/dev/send-tokens/glossary/#interchain-token) is with Axelar's no code [frontend portal](https://interchain.axelar.dev/). (Click [here](https://testnet.interchain.axelar.dev/) for testnet)
14+
The quickest way to begin exploring and deploying [interchain tokens](/dev/send-tokens/glossary/#interchain-token) is with Axelar's no code [frontend portal](https://interchain.axelar.dev/). (Click [here](https://testnet.interchain.axelar.dev/) for testnet).
1515

1616
The portal offers two main paths. You can either deploy a fresh new token on multiple chains at once or you can connect a pre-existing token to ITS. Once integrated, you can then deploy additional interchain tokens on other blockchains to be bridgeable with your token that you had previously integrated.
1717

@@ -22,8 +22,8 @@ To deploy a new token:
2222
1. Connect your wallet.
2323
1. Select a source network where you have funds available.
2424
1. Click **Deploy a new Interchain Token**.
25-
1. Add your new token’s name, symbol, decimals, and amount to mint. You can also mark the token as mintable, which will allow the token minter to mint new tokens.
26-
1. Select additional chains for your token’s to be available on. You can optionally add the token amount to mint on each selected chain.
25+
1. Add your new token’s name, symbol, decimals, and amount to mint. You can also mark the token as `mintable`, which will allow the token minter to mint new tokens.
26+
1. Select additional chains for your token to be available on. You can optionally add the token amount to mint on each selected chain.
2727

2828
If your connected wallet has enough funds, your new token will become available on each chain you selected. It will follow the [Interchain Token Standard](https://github.com/axelarnetwork/interchain-token-service/blob/main/contracts/interfaces/IInterchainTokenStandard.sol), so users can call the [`interchainTransfer()`](https://github.com/axelarnetwork/interchain-token-service/blob/9223108211b977d9138fdd67d5b4a641fc35c18c/contracts/interfaces/IInterchainTokenService.sol#L210) method on the token itself to transfer between blockchains.
2929

@@ -36,6 +36,6 @@ If your connected wallet has enough funds, your new token will become available
3636
1. Select additional chains for your token's to be available on.
3737
1. This will register a [lock/unlock](https://github.com/axelarnetwork/interchain-token-service/blob/main/contracts/interfaces/ITokenManagerType.sol#L13) Token Manager for your custom token on the home chain and a [native interchain token](https://github.com/axelarnetwork/interchain-token-service/blob/7df851d8a4ec4df819961d704bf3067ee8d37521/contracts/interfaces/ITokenManagerType.sol#L11) on any of the remote chains you register your token on.
3838

39-
### Tutorial
39+
## Tutorial
4040

4141
For detailed steps on using the portal to create a new token, check out the [How to Create an Interchain Token with Axelar in 4 Steps](https://axelar.network/blog/how-to-create-an-interchain-token-with-axelar-in-4-steps) tutorial.

0 commit comments

Comments
 (0)