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
Copy file name to clipboardExpand all lines: src/content/docs/dev/send-tokens/interchain-tokens/no-code.mdx
+5-5
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@
7
7
interactive form through the wizard.
8
8
</Callout>
9
9
10
-
# No-Code (ITS Portal)
10
+
# NoCode Setup
11
11
12
12
import { Callout } from"/src/components/callout";
13
13
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).
15
15
16
16
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.
17
17
@@ -22,8 +22,8 @@ To deploy a new token:
22
22
1. Connect your wallet.
23
23
1. Select a source network where you have funds available.
24
24
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.
27
27
28
28
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.
29
29
@@ -36,6 +36,6 @@ If your connected wallet has enough funds, your new token will become available
36
36
1. Select additional chains for your token's to be available on.
37
37
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.
38
38
39
-
###Tutorial
39
+
## Tutorial
40
40
41
41
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